dxComboboxisajQuerypluginthatallowsyoutotransformany<select>elementintoaneditablecombobox.
Pressinganyalphanumerickeywilltransformselectboxintoeditablestatebycreatingatextboxelement.Ancaseinsensitivesearchisperformedonthecorrespondingoftheselectbox,onetheusersstartstotypeinthisbox.Whenusergoesoutofthebox(onblur/return),ifadirectmatchisfoundinthe<option>thenitisselectedelseanewoptioniscreatedwiththeenteredtext.
Syntax$(element).dxCombobox();
评论