Provide a general summary of the issue here
The <Select /> component incorporates the props autoFocus and excludeFromTabOrder. Unfortunately the props do not work as described in the documentation.
Select documentation
🤔 Expected Behavior?
When setting the autoFocus prop to true the <Button />inside the <Select />component should be focused on initial render.
When the excludeFromTabOrder prop is being set to true for the <Select /> component, the <Button /> should not be focusable by tabbing.
😯 Current Behavior
By setting the autoFocus prop nothing changes for the focusable behavior.
By setting the excludeFromTabOrder prop nothing changes for the focusable behavior.
💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
Sandbox
Version
3.18.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
MacOS 14.6.1 (23G93)
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
Provide a general summary of the issue here
The
<Select />component incorporates the props autoFocus and excludeFromTabOrder. Unfortunately the props do not work as described in the documentation.Select documentation
🤔 Expected Behavior?
When setting the
autoFocusprop to true the<Button />inside the<Select />component should be focused on initial render.When the
excludeFromTabOrderprop is being set to true for the<Select />component, the<Button />should not be focusable by tabbing.😯 Current Behavior
By setting the
autoFocusprop nothing changes for the focusable behavior.By setting the
excludeFromTabOrderprop nothing changes for the focusable behavior.💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
Sandbox
Version
3.18.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
MacOS 14.6.1 (23G93)
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response