Go to file
2016-05-02 21:53:21 +01:00
assets Reduce re-rendering 2016-05-02 21:53:21 +01:00
.babelrc API structuring + webpack config 2016-03-15 22:42:10 +00:00
.eslintrc Add event listeners to each element in this.elements + wrap them in div 2016-03-16 14:41:13 +00:00
.gitignore File structuring 2016-03-15 14:04:53 +00:00
index.html Highlight position function + scroll dropdown based on highlighted option 2016-05-02 21:39:33 +01:00
LICENSE Initial commit 2016-03-15 14:02:08 +00:00
package.json Semi-working filtering of options based on input value + restore ability to remove item based on back key 2016-04-22 19:45:50 +01:00
README.md Begun handling select element + disabled state 2016-03-21 19:27:52 +00:00
server.js API structuring + webpack config 2016-03-15 22:42:10 +00:00
webpack.config.dev.js Add event listeners to each element in this.elements + wrap them in div 2016-03-16 14:41:13 +00:00
webpack.config.prod.js API structuring + webpack config 2016-03-15 22:42:10 +00:00

Choices (in development)

A vanilla JS customisable select box plugin

To do

  • 'Tagging' style input box
  • Sortable select box (ASC/DESC etc)
  • Select box with filtering search