This is a migrated thread and some comments may be shown as answers.

datalist

1 Answer 70 Views
AppBuilder Windows client
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
M Kumar
Top achievements
Rank 1
Iron
Veteran
M Kumar asked on 05 Apr 2013, 02:22 AM
hi 
html5 datalist does not work in icenium graphite simulator
i tested in android,iphone, iphone5 and ipad simulator
the datalist does not work

<input  list="browsers" name="browser">
<datalist  id="browsers">
  <option  value="Internet Explorer">
  <option value="Firefox">
  <option value="Chrome">
  <option value="Opera">
  <option value="Safari">
</datalist>

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 05 Apr 2013, 11:20 AM
Hi,

According to this compatibility list, datalist is not supported on mobile browsers.

Kind regards,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
Tags
AppBuilder Windows client
Asked by
M Kumar
Top achievements
Rank 1
Iron
Veteran
Answers by
Steve
Telerik team
Share this question
or