Kwik Tags Input
A component that allows the user to input tags with optional quantity.
Parameters
: List of available tags to choose from.
: Placeholder text for the input field.
: If true, the user can only select from the suggestions.
: Initial selected tags.
: If true, allows the user to specify a quantity for each tag.
: If true, the suggestions will always be visible. Note that all suggestions will be shown, provided the input field is empty. Otherwise, the suggestions will be filtered according to the input text.
: Callback that is called when the selected tags change.
: Shape of the input field. Applies to the tag items as well.
: Shape of the tag items.
: If true, the input field will be outlined. Else it's filled. Refer to KwikOutlinedTextField and KwikTextField.
: Vertical spacing between tags.
: Horizontal spacing between tags.
: Text for the cancel button in the quantity dialog.
: Text for the done button in the quantity dialog.