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
If you are considering which one to implement, I found the ARIA doc explains the trade-offs well:
When constructing a widget that is both visually compact and enables users to choose one value from a set of discrete values, often either a listbox or menu button is simpler to implement and use. One feature of combobox that distinguishes it from both listbox and menu button is that the value of the combobox is presented in an edit field. Thus, the combobox gives users one function that both listbox and menu button lack, namely the ability to select some or all of the value for copying to the clipboard. One feature that distinguishes both combobox and menu button widgets from listbox widgets is their ability to provide an undo mechanism.
To sum it up: