https://github.com/kevingostomski/better-nice-select
This plugin let's you create a modern looking select field for form submits with typeahead and autocomplete. No jQuery or other stuff needed!
https://github.com/kevingostomski/better-nice-select
autocomplete autoselect better-nice-select css dropdown form javascript multiselect scss select typeahead typescript ui ux
Last synced: 22 days ago
JSON representation
This plugin let's you create a modern looking select field for form submits with typeahead and autocomplete. No jQuery or other stuff needed!
- Host: GitHub
- URL: https://github.com/kevingostomski/better-nice-select
- Owner: kevingostomski
- License: mit
- Created: 2024-03-04T10:43:19.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-11-25T14:02:00.000Z (5 months ago)
- Last Synced: 2025-03-20T15:02:46.237Z (about 1 month ago)
- Topics: autocomplete, autoselect, better-nice-select, css, dropdown, form, javascript, multiselect, scss, select, typeahead, typescript, ui, ux
- Language: SCSS
- Homepage: https://kevingostomski.github.io/better-nice-select/
- Size: 1.07 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README





# **[Better-Nice-Select](https://kevingostomski.github.io/better-nice-select/)**
A modern looking select field for enhancing native selects with a better multi-select interface, autocomplete and typeahead functionality. It can be initialized over JS or HTML and does not need other libraries to work with! Intended as the better version and upgrade of [Bootstrap-Nice-Select](https://github.com/kevingostomski/bootstrap-nice-select)!
# **Features**
- Responsive web design
- Modern looking scrollable select lists
- Enhancing native selects with a autocomplete typeahead search
- Fully skinnable, CSS built with SASS
- Localization
- Get data in JSON format using AJAX/Fetch and have them searchable
- Allow users to type in new options and add it on the fly: Tagging functionality
- Working with large, remote datasets: ability to partially load a dataset based on the search term and selected option group
- Options for calling methods which will be automatically added after the respective event listeners# **Installation**
### Manual Download
Use [Releases Pages](https://github.com/kevingostomski/better-nice-select/releases) or clone the repo: `https://github.com/kevingostomski/better-nice-select.git` and use the `dist` folder.
### Npm
```
npm install better-nice-select
```### Yarn
```
yarn add better-nice-select
```### CDN
You can source better-nice-select directly from a CDN like [unpkg](https://unpkg.com).
```
```
> The CDN is updated after the release is made public, which means that there is probably a delay between the publishing of a release and its availability on the CDN.
# **Release History**
Look at the [Change Log](CHANGELOG.md).# **Documentation**
The documentation for Better-Nice-Select is available [online at the documentation website](https://kevingostomski.github.io/better-nice-select/)
# **Copyright and license**
Copyright (C) 2024
The license is available within the repository in the [LICENSE](LICENSE) file.