Skip to content

Flounder 1.2.0

Compare
Choose a tag to compare
@conor-cafferkey-sociomantic conor-cafferkey-sociomantic released this 04 May 13:06
· 67 commits to release since this release
  • Flounder

    • moved multitag search input location inside multitag list
    • extraClass is added to displayed option
    • removed redundant MULTIPLE_SELECTED CSS class
  • api

    • deselectAll fixes
  • build

    • makes a copy of props.data to prevent unwanted mutation
    • search input has tab index -1
  • events

    • disallows selecting disabled options by typing
    • checkEnterOnSearch fires onChange
    • checkFlounderKeypress stops ENTER propagation
    • clickSet explicitly closes the dropdown list
  • search

    • section headers hidden when no results
    • pressing ENTER on exact match selects that option
    • No more results message fixes