Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@clayui/shared): fixes error when getting stuck in an input maske…
…d as hidden Just checking if the input has a `tabIndex` and if it is greater than the minimum, otherwise we want to ignore it from the focus but if it doesn't have `tabIndex` we keep the default behavior, this is to cover the use case when an `input` has a `type=hidden` behavior but does not necessarily use `hidden` as the ClayColorPicker component use case.
- Loading branch information