You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using datalist element in own component. Looks fine (it looks as is typical for input+datalist in Chrome) while I am using this component directly, but if I use it within another component then I got look as is typacal for input without datalist. Please be cool if this is not issue related directly to Polymer.
<body>
<pick-language></pick-language> <!-- works as desired -->
<x-page></x-page> <!-- pick-language looks like an input without datalist -->
<polymer-element name="x-page" noscript>
<template>
<pick-language></pick-language>
</template>
</polymer-element>
</body>
The text was updated successfully, but these errors were encountered:
inm
changed the title
<datalist> while creating element by <polymer-element>
<input list="x"><datalist id="x"> as a component used within another component
Jul 3, 2014
I am using datalist element in own component. Looks fine (it looks as is typical for input+datalist in Chrome) while I am using this component directly, but if I use it within another component then I got look as is typacal for input without datalist. Please be cool if this is not issue related directly to Polymer.
The text was updated successfully, but these errors were encountered: