Skip to content

Select.js v1.1.0 - New binding options! Renames and adjustments!

Latest
Compare
Choose a tag to compare
@william-troup william-troup released this 07 Sep 14:15
7cda02a

Binding Options:

  • BREAKING: All binding option events are now available under a new area called "events".
  • BREAKING: All binding option text options are now available under a new area called "text".
  • Added a new binding option called "showRemoveButtonOnLeft" (defaults to false), which states if the remove button is shown to the left of the select items text.
  • Updated the default value for "text.removeText" to "✖".

SASS/CSS:

  • Renamed the CSS class "button" to "open-close-button".

Documentation:

  • Updates to the README files to make the features stand out.