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
@dbatiste: Normally I think the actual opener (the element the user will click or focus on) should have d2l-dropdown-opener class. This class is how the dropdown logic locates the focusable opener. The d2l-dropdown-opener-behavior has some logic that I think expects this, for instance to apply focus to the opener when the use hits [Escape] inside the dropdown content. There's likely a couple more little things like that. So in this case, I think it should be on the input, but perhaps there is a reason it's not in this case?
Seems like this is not setup as Dave B suggests due to the ScrollIntoView requirements.
The text was updated successfully, but these errors were encountered:
@dbatiste: Normally I think the actual opener (the element the user will click or focus on) should have
d2l-dropdown-opener
class. This class is how thedropdown
logic locates the focusable opener. Thed2l-dropdown-opener-behavio
r has some logic that I think expects this, for instance to apply focus to the opener when the use hits [Escape] inside thedropdown
content. There's likely a couple more little things like that. So in this case, I think it should be on theinput
, but perhaps there is a reason it's not in this case?Seems like this is not setup as Dave B suggests due to the ScrollIntoView requirements.
The text was updated successfully, but these errors were encountered: