HTML Form: Select-Option vs Datalist-Option

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

    I noticed that there is no selected feature in datalist. It only gives you choice but can't have a default option. You can't show the selected option on the next page either.

提交回复
热议问题