Skip to content

kouts/ractive-droplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ractive-droplist

A searchable select list for Ractive

Features

  • Lightweight, minified version is < 15kb
  • Navigate through the list using the arrow keys
  • Dropdown closes by clicking anywhere on the screen or by hitting the esc key
  • Exposes a "change" event when a user changes the selected option
  • Configure whether the full list is shown on open or not
  • Works with any Array of Objects structure (configurable value - text mapping)
  • Comes with Bootstrap 4 styling by default but it's also highly customizable via user CSS classes

Click here for documentation and examples https://kouts.github.io/ractive-droplist/demo/

Development

In order to start development:

npm i
npm run watch

Releases

No releases published

Packages

No packages published