react-tag-autocomplete
Advanced tools
Changelog
v7.4.0
newOptionPosition
propReact.JSX
instead of global JSX
, contributed by @memarkChangelog
v7.3.0
renderTagList
propChangelog
v7.2.0
Changelog
v7.1.0
renderListBox
propChangelog
v7.0.1
onShouldExpand
and onShouldCollapse
callbacks would receive the previous value on inputChangelog
v7.0.0
Breaking changes:
autoresize
prop to allowResize
delimiters
prop to delimiterKeys
noSuggestionsText
to noOptionsText
onAddition
prop to onAdd
removeButtonText
to deleteButtonText
suggestionComponent
to renderOption
tags
prop to selected
tagComponent
to renderTag
addOnBlur
prop, can be implemented manuallyinputAttributes
prop, use renderInput
prop insteadmaxSuggestionsLength
prop, use suggestionsTransform
prop insteadminQueryLength
prop, use onShouldExpand
prop insteadsuggestionsFilter
prop, use suggestionsTransform
prop insteadNew features and improvements:
onExpand
and onCollapse
callbacksisDisabled
propisInvalid
propariaDescribedBy
propariaErrorMessage
propcollapseOnSelect
proponShouldExpand
and onShouldCollapse
propsactivateFirstOption
proprenderRoot
proprenderLabel
proprenderInput
proprenderHighlight
propOther changes:
allowNew
prop is enabled a new tag can only be created when selecting the new tag option from the listbox.Please refer to the migration guide if upgrading from v6 to v7.
Please refer to the changelog in the old project repository.