-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autocomplete|taginput): update component generics and props (#956)
* add Input `debounce` prop * update Autocomplete generics * add Autocomplete prop `filter` to define a filter for input value * update Autocomplete examples * rename Autocomplete prop `data` to `options` * rename TableColumn prop `display` to `formatter` * update Taginput generics * rename Taginput prop `data` to `options` * add Taginput prop `filter` to define a filter for input value * add Taginput prop `formatter` * set Taginput inner Autocomplete to expanded * update Taginput examples * remove Taginput `allowAutocomplete` prop and rework `allowNew` behavior * add Taginput remove tags on enter
- Loading branch information
Showing
35 changed files
with
512 additions
and
947 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.