Loading repository data…
Loading repository data…
kevingostomski / repository
This plugin let's you create a modern looking select field for form submits with typeahead and autocomplete. No jQuery or other stuff needed!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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!
Use Releases Pages or clone the repo: https://github.com/kevingostomski/better-nice-select.git and use the dist folder.
npm install better-nice-select
yarn add better-nice-select
You can source better-nice-select directly from a CDN like unpkg.
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://unpkg.com/better-nice-select@1.0.0/dist/css/better-nice-select.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://unpkg.com/better-nice-select@1.0.0/dist/js/better-nice-select.min.js"></script>
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.
Look at the Change Log.
The documentation for Better-Nice-Select is available online at the documentation website
Copyright (C) 2024
The license is available within the repository in the LICENSE file.