|
Rank: Newbie Groups: Member
Joined: 5/4/2015 Posts: 3
|
Hello, We tried to use datalist in such code:
<html> <body> <input list='data'> <datalist id='data'> <option value='one'> <option value='one hundred'> <option value='two'> </datalist> </body> </html>
When we clicked the input box and started typing 'o', the datalist didn't pop up as it should. Do you have any plans to support this issue or is any workaround for it ?
Regards,
Vladimir Zhukov,
MegaSys Computer Technologies.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Thanks for letting us know. We have confirmed that this is not supported in the current version. We will look into it and see if we can support it.
|
|
Rank: Newbie Groups: Member
Joined: 11/9/2016 Posts: 3
|
I need tho use the datalist html5 components but the list doesn't popup...
It's supported into chrome for long times now.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
christophe wrote:I need tho use the datalist html5 components but the list doesn't popup...
It's supported into chrome for long times now. Hi, Unfortunately this is not supported yet. The root of the problem is Chromium uses auto fill feature to support data list, but auto fill is not part of the core browser engine thus is not included in our product. So you may want to replace it with select element. Thanks!
|
|