Releases: anubra266/choc-autocomplete
Releases · anubra266/choc-autocomplete
v4.0.1
v4.0.0
- New multiple prop
- New AutoCompleteTag component
- Input can Now be controlled
- Now built on hooks
- Automatic list scroll
- Allow custom filter method
- onChangeProps new provides values array, when it's multiple
- onSelectOption params changed -
click
tomouse
- New onOptionFocus method
- New
AutoCompleteGroupTitle
component.AutoCompleteGroup
no longer takes a title prop. AutoCompleteFixedItem
is not exported, just addfixed
prop toAutoCompleteItem
_fixed
pseudo prop to style fixed itemsemptyState
can now be a function that is provided with theinputValue
- new
AutoCompleteCreatable
Component in place ofcreatable
prop for easier user customization. It takes a function child that exposes the current value, or just normal children. And it's accepts flexProps - use
_selected
pseudo prop to apply selected styles to items - add
disabled
prop to Items which can be styled with_disabled
pseudo prop onTagRemoved
method is called when a tag is removed in themultiple
multi select mode.