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
Describe the bug
When create a ui5-multi-input, I could not trigger the value-help-icon-press event via keyboard. I tried to use the alt/option+arrow down just like the way in datepicker, but nothing happened.
…p/Down
Fire the value-help-trigger when F4 or ALT/OPTION + ARROW_UP/ARROW_DOWN keyboard keys are used.
FIXES#2143
BREAKING_CHANGE value-help-icon-press is renamed to value-help-trigger
…ARROW_UP/DOWN (#2145)
Fire the value-help-trigger when F4 or ALT/OPTION + ARROW_UP/ARROW_DOWN keyboard keys are used.
FIXES#2143
BREAKING CHANGE value-help-icon-press is renamed to value-help-trigger
…ARROW_UP/DOWN (#2145)
Fire the value-help-trigger when F4 or ALT/OPTION + ARROW_UP/ARROW_DOWN keyboard keys are used.
FIXES#2143
BREAKING CHANGE value-help-icon-press is renamed to value-help-trigger
…ARROW_UP/DOWN (#2145)
Fire the value-help-trigger when F4 or ALT/OPTION + ARROW_UP/ARROW_DOWN keyboard keys are used.
FIXES#2143
BREAKING CHANGE value-help-icon-press is renamed to value-help-trigger
…ARROW_UP/DOWN (#2145)
Fire the value-help-trigger when F4 or ALT/OPTION + ARROW_UP/ARROW_DOWN keyboard keys are used.
FIXES#2143
BREAKING CHANGE value-help-icon-press is renamed to value-help-trigger
Describe the bug
When create a ui5-multi-input, I could not trigger the
value-help-icon-press
event via keyboard. I tried to use thealt/option+arrow down
just like the way indatepicker
, but nothing happened.Expected behavior
The
value-help-icon-press
event should be triggered after user pressalt/option+arrow down
which is same as https://sapui5.hana.ondemand.com/#/entity/sap.m.Input/sample/sap.m.sample.InputAssistedContext
Affected components (if known)
ui5-multi-input
Btw, is it necessary to add other aria attributes such as
aria-haspopup="listbox"
or provide an interface for component caller?Thanks
The text was updated successfully, but these errors were encountered: