Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-tag-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tag-autocomplete - npm Package Versions

23
9

7.5.0

Diff

Changelog

Source

v7.5.0

  • Added support for React v19
i-like-robots
published 7.4.0 •

Changelog

Source

v7.4.0

  • Added support for configuring position of new tag option using newOptionPosition prop
  • Refactored typings to use React.JSX instead of global JSX, contributed by @memark
i-like-robots
published 7.3.0 •

Changelog

Source

v7.3.0

  • Added support for rendering a custom selected tags list component using renderTagList prop
i-like-robots
published 7.2.0 •

Changelog

Source

v7.2.0

  • Fixed an issue where deleting multiple selected tags would fail to maintain cursor focus
  • Refactored focus trap to return focus to the component root instead of the input
i-like-robots
published 7.1.0 •

Changelog

Source

v7.1.0

  • Added support for rendering a custom list box component using renderListBox prop
  • Fixed an issue where auto scrolling to the active option in the list box could also scroll parent containers
i-like-robots
published 7.0.1 •

Changelog

Source

v7.0.1

  • Fixed an issue where the onShouldExpand and onShouldCollapse callbacks would receive the previous value on input
i-like-robots
published 7.0.0 •

Changelog

Source

v7.0.0

Breaking changes:

  • Renamed autoresize prop to allowResize
  • Renamed delimiters prop to delimiterKeys
  • Renamed noSuggestionsText to noOptionsText
  • Renamed onAddition prop to onAdd
  • Renamed removeButtonText to deleteButtonText
  • Renamed suggestionComponent to renderOption
  • Renamed tags prop to selected
  • Renamed tagComponent to renderTag
  • Removed addOnBlur prop, can be implemented manually
  • Removed inputAttributes prop, use renderInput prop instead
  • Removed maxSuggestionsLength prop, use suggestionsTransform prop instead
  • Removed minQueryLength prop, use onShouldExpand prop instead
  • Removed suggestionsFilter prop, use suggestionsTransform prop instead

New features and improvements:

  • Added onExpand and onCollapse callbacks
  • Added a label sub component to improve accessibility
  • Added assistive text notifications for changes to selected tags
  • Added support for more combobox keyboard behavior to match the ARIA spec
  • Added support for displaying the selected state of options in the listbox
  • Added support for scrolling the listbox and maintaining the the active option in view
  • Added support for interpolating values with text props
  • Added support for displaying disabled state using isDisabled prop
  • Added support for displaying invalid state using isInvalid prop
  • Added support for related descriptive text using ariaDescribedBy prop
  • Added support for related error status text using ariaErrorMessage prop
  • Added support for controlling the listbox when selecting a tag using collapseOnSelect prop
  • Added support for controlling the listbox using onShouldExpand and onShouldCollapse props
  • Added support for activating the first option when the listbox expands using activateFirstOption prop
  • Added support for rendering a custom root component using renderRoot prop
  • Added support for rendering a custom label component using renderLabel prop
  • Added support for rendering a custom input component using renderInput prop
  • Added support for rendering a custom text highlight component using renderHighlight prop

Other changes:

  • When the allowNew prop is enabled a new tag can only be created when selecting the new tag option from the listbox.
  • Tags can no longer be selected multiple times. Choosing a previously selected tag will now trigger a deletion.

Please refer to the migration guide if upgrading from v6 to v7.

Older versions

Please refer to the changelog in the old project repository.

i-like-robots
published 7.0.0-rc.8 •

i-like-robots
published 7.0.0-rc.7 •

i-like-robots
published 7.0.0-rc.6 •

23
9
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc