| 1 | /** |
| 2 | * To match accessibility requirement, we always provide an input in the component. |
| 3 | * Other element will not set `tabIndex` to avoid `onBlur` sequence problem. |
| 4 | * For focused select, we set `aria-live="polite"` to update the accessibility content. |
nothing calls this directly
no test coverage detected