Skip to content

1.1.0 New `chosen:close` and `chosen:no_results` events... plus bug fixes!

Compare
Choose a tag to compare
@pfiller pfiller released this 07 Feb 03:26
· 334 commits to master since this release

New events

  • #1663 Add chosen:close triggerable event to go with chosen:open
  • #1712 Empty search triggers chosen:no_results event

Loads of bug fixes and small improvements

  • #1430 Use document.createElement instead of html string
  • #1461 Single select results in sync
  • #1478 Trigger/Fire Results Showing Event After Winnow
  • #1603 Add support for paste events
  • #1702 Remove use of $.fn.is() in favor of more widely supported methods.
  • #1736 Set sprite source URLs to default, allowing them to be overridden from outside Chosen.
  • #1744 Remove linear-gradient from single select input background
  • #1745 Fix closing selects in pop out windows

Sweet, sweet documentation updates