This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Description
- multiple
- preview (join with a delimiter, or chip)
- open on focus
- editable (select only or can type)
- categorize
- min/max number of items
- items type
- debounce time
- allow duplication
- can create a new one
- can create a new one on blur
- placeholder
- disabled (component/items/options)
- persist the items that will create in runtime
- sortable in preview and items (field and direction)
- initialize value
- search fields
- filter any selected items (hide selected)
- internationalize
- validation for each input (number, regex, email, etc)
- case sensitivity
- readonly/lock
- clearable
- checkbox
- auto width
- close after selecting
- truncate the items
- menu size
- edit the last selected item with backspace
- select/clear all in multiple modes
- auto highlight (highlight the first option)
- auto select (the selected option becomes the value of the input when the Autocomplete loses focus)
- header/footer slot
- placement for menu