An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

        

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kevingostomski/better-nice-select/build-jekyll.yml)
![npm](https://img.shields.io/npm/v/better-nice-select)
![GitHub package.json dependency version (dev dep on branch)](https://img.shields.io/github/package-json/dependency-version/kevingostomski/better-nice-select/dev/webpack)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/kevingostomski/better-nice-select)
![Website](https://img.shields.io/website?down_color=lightgrey&down_message=offline&up_color=blue&up_message=online&url=https%3A%2F%2Fkevingostomski.github.io%2Fbetter-nice-select%2F)
![GitHub](https://img.shields.io/github/license/kevingostomski/better-nice-select)

# **[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.