Is there any difference between drop down box and combo box?

前端 未结 5 1921
遇见更好的自我
遇见更好的自我 2020-12-09 01:44

Is there any difference between drop down box and combo box [ HTML ]?

Actually the point is, everytime i say something like: \"there is some problem with the c

5条回答
  •  悲哀的现实
    2020-12-09 02:17

    A combo box should have more than one item on a predefined list always visible to the user and should either:

    enable users to select a single item from the predefined list and/or type their own value;

    or

    enable users to select multiple items from a displayed predefined list and/or add their own value

    A drop-down/drop-list box should only display and enable users to select one item from a predefined list.

提交回复
热议问题