# jquery-editable-select
**Repository Path**: aba121/jquery-editable-select
## Basic Information
- **Project Name**: jquery-editable-select
- **Description**: jquery-editable-select
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-02-28
- **Last Updated**: 2024-02-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# jQuery Editable Select
[](https://npmjs.org/package/jquery-editable-select)
[](https://npmjs.org/package/jquery-editable-select)
[](LICENSE)
*jQuery Editable Select* is a jQuery plugin that transforms a select into an input field where single elements are shown in real-time according to the entered characters.
It scales down to a real select list when javascript is not available.
# Demo
See demos here: http://indrimuska.github.io/jquery-editable-select/
# Installation
Get jQuery Editable Select from [**npm**](https://www.npmjs.com/), [**bower**](http://bower.io/) or [**git**](https://git-scm.com/):
```
npm install jquery-editable-select
bower install jquery-editable-select
git clone https://github.com/indrimuska/jquery-editable-select.git
```
Typings are available in the @types/jquery-editable-select package:
```
npm install --save-dev @types/jquery-editable-select
```
Include style and script in your page:
```html
```
# Markup
## Basic usage
```html
```
```javascript
$('#editable-select').editableSelect();
```
## Default text
The default text showed right after the initialization.
```html
```
## HTML support
All HTML tags in each `