11.0.0 RC3
Pre-release
Pre-release
⚠ BREAKING CHANGES
- For
select-one
andselect-multiple
, the placeholder value is pulled fromconfig.placeholderValue="..."
or<select data-placeholder="...">
before attempting to extract a placeholder from the options list. #912 #567 #843
Bug Fixes (from 10.2.0)
Chore
- Update defaults for classnames to be arrays instead of strings
Bug Fixes (from 11.0.0 RC1)
- Fix
noResults
/noChoices
classes could not be set to a list of classes - Fix failing to add an item would close the dropdown
- Fix invalid css selectors being generated for configurable css class-names with multiple css classes for an element
- Fix "Press Enter to add..." would not render if the dropdown had partially matching search results
- Fix render limit would allow
select-one
to select multiple items