components icon indicating copy to clipboard operation
components copied to clipboard

[Feature Request]: MultiSelect + Autosuggest - Input component that allows selecting multiple options but also adding new

Open Samrose-Ahmed opened this issue 1 year ago • 2 comments

Description

It would be useful to have a component that is a combination of the MultiSelect and AutoSuggest, specifically that it

  • allows specifying a set of options to choose from
  • allows user to select multiple values
  • allows entering text for a new selection if not found in options (like autosuggest)

Code of Conduct

Samrose-Ahmed avatar Jan 10 '24 03:01 Samrose-Ahmed

You can kind of use AttributeEditor for this but its kind of heavy and not compact.

Samrose-Ahmed avatar Jan 10 '24 03:01 Samrose-Ahmed

Hello!

Thank you for your request. We currently don't have any capacity to take on a new component but you might be able to work around not suing Attribute Editor by using a combination of Autosuggest and Token Group to show the selected values which would be a bit more compact.

Here is a codesandbox example you can take a look at.

Kind regards, Michael

michaeldowseza avatar Jan 10 '24 12:01 michaeldowseza