-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Milestone
Description
This is a catch-all issue tracking V6 changes and bug fixes.
- >= React 16 (React 16 support #113)
- Remove
autofocus
option for a11y reasons - Merge
delimiters
anddelimiterChars
options usingKeyboardEvent.key
- event callbacks should be re-named from
handleX
toonX
(Convert user specified event handlers to React naming conventions #91) -
handleInputChange
should be re-namedonInput
- Make
listBoxId
configurable - Support ES6 modules,
pkg.module
(Rollup build #112) - Refactor option filtering into top-level component (Refactor suggestions #115)
- Allow all text to be configurable (CC Add remove button text option #154)
- Custom suggestion component (CC Custom suggestions component and custom id and name keys #117)
- Refactor class names out of state to avoid creating new objects on each prop change (Refactor classNames prop out of state to avoid merging objects #147)
- Remove
clearInputOnDelete
option and don't clear the input when deleting a tag (Stop clearing the input when a tag is removed #155)
Metadata
Metadata
Assignees
Labels
No labels