dxCombobox

授权协议 未知
开发语言 JavaScript
所属分类 jQuery 插件、 jQuery表单及相关
软件类型 开源软件
地区 不详
投 递 者 穆城
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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.

Syntax

$(element).dxCombobox();