HTML Form: Select-Option vs Datalist-Option

后端 未结 8 1573
心在旅途
心在旅途 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:31

    Data List is a new HTML tag in HTML5 supported browsers. It renders as a text box with some list of options. For Example for Gender Text box it will give you options as Male Female when you type 'M' or 'F' in Text Box.

    
    
      
提交回复
热议问题