You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
The OcSelect component opens the dropdown on mouseclick and on focus. Keyboard toggle Enter or Space doesn't work, but is expected. In some usecases it's actually not desired behaviour that the dropdown opens on focus, but it cannot be prevented.
Steps to reproduce
TAB until you reached the oc-select
select an item via ENTER
hit SPACE or ENTER
Expected behaviour
The dropdown of the oc-select opens again.
Actual behaviour
The dropdown of the oc-select doesn't open.
Acceptance criteria for a fix
dropdown doesn't open on focus (or additional prop so that the developer can decide if it's allowed or not)
hitting SPACE or ENTER on a closed dropdown opens it again
The text was updated successfully, but these errors were encountered:
The OcSelect component opens the dropdown on mouseclick and on focus. Keyboard toggle
Enter
orSpace
doesn't work, but is expected. In some usecases it's actually not desired behaviour that the dropdown opens on focus, but it cannot be prevented.Steps to reproduce
TAB
until you reached the oc-selectENTER
SPACE
orENTER
Expected behaviour
The dropdown of the oc-select opens again.
Actual behaviour
The dropdown of the oc-select doesn't open.
Acceptance criteria for a fix
SPACE
orENTER
on a closed dropdown opens it againThe text was updated successfully, but these errors were encountered: