HTML Form: Select-Option vs Datalist-Option

后端 未结 8 1583
心在旅途
心在旅途 2020-11-28 02:41

I was wondering what the differences are between Select-Option and Datalist-Option. Is there any situation in which it would be better to use one or the other? An example

8条回答
  •  春和景丽
    2020-11-28 03:35

    There is another important difference between select and datalist. Here comes the browser support factor.

    select is widely supported by browsers compared to datalist. Please take a look at this page for complete browser support of datalist--

    Datalist browser support

    Where as select is supported in effectively all browsers (since IE6+, Firefox 2+, Chrome 1+ etc)

提交回复
热议问题