forge icon indicating copy to clipboard operation
forge copied to clipboard

[field] add focus support for multiple input fields inside of a slot

Open Lillious opened this issue 2 years ago • 0 comments

Describe the feature: Currently focus support is only available for single input slot elements and does not properly work with components such as date-range-picker. This feature would allow for multiple input fields to have separate focus attributes.

Additional context: We could update the _onToInputFocus method to add an optional target of HTMLInputElement to be able to determine which element inside the slot is currently being focused.

Lillious avatar Feb 08 '23 19:02 Lillious