Welcome Guest Search | Active Topics | Sign In | Register

WebBrowser does not support HTML5 datalist Options
Vladimir Zhukov
Posted: Monday, May 4, 2015 2:05:44 PM
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.


eo_support
Posted: Tuesday, May 5, 2015 10:48:06 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
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.
christophe
Posted: Wednesday, November 9, 2016 2:22:36 AM
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.
eo_support
Posted: Wednesday, November 9, 2016 10:07:31 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.