资 源 简 介
What it is?
dxCombobox is a jQuery plugin that allows you to transform any < select > element into an editable combobox.
Pressing any alphanumeric key will transform select box into editable state by creating a text box element. An case insensitive search is performed on the corresponding of the select box, one the users starts to type in this box. When user goes out of the box (on blur/return), if a direct match is found in the < option > then it is selected else a new option is created with the entered text.
- CSS class applied to the selectbox is applied to the dynamic textbox as well.
Built upon jQuery 1.2.3 (http://jquery.com)
Syntax:
$(element).dxCombobox([options]);
Parameters:
- plugin specific options
Options:
- int maxlength: maximum length to allow in editable text box, default is 35 characters
Current release: 1.2
<