Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(chip-set): add
autocomplete
as a prop for input
type
In the Chip set and Picker (which is a consumer of `limel-chip-set`) the default `autocomplete` suggestions of some browsers like Microsoft Edge, create user expeience issues. The experience is more annoying in the Picker, as it has its own list of suggestions. By generating a random `autocomplete` value and defaulting to that in the Chip set component, we prevent browsers from offering autocomplete suggestions, while still using "off" to indicate that autocomplete is not desired. While there might be scenarios that the Chip set can benefit from auto suggestions. Therefore, we keep the `autocomplete` as a prop here.
- Loading branch information