Closed sleric1024 closed 3 years ago
Hi @sleric1024
Can you provide an isolated example of how exactly are you using the ui5-multi-combobox
. It would be most convenient if you use CodeSandbox.
Also, it would be useful if you provide the exact version of UI5 Web Components that you are using.
@fifoosid , Thanks for your reply.
1 Currently, the item listed in the input can be focused with arrow keys which has the same behavior as UI5 MultiInput did. But we can not use Del or Backspace key to delete the focused item.
2 In UI5 MultiInput control, it will render with the a11y attributes such as: aria-roledescription="Multi Value Input"
, and for value help case: it will contains aria-describedby="Value help available"
, which will be read by screen readers to tell users what the control it is and will be more clear for users to use.
You may refer to this example: (1.1.0-rc-10) https://codesandbox.io/s/ui5-multi-input-ftipv?file=/index.html
UI5 MultiInput behavior https://sapui5.hana.ondemand.com/#/entity/sap.m.MultiInput/sample/sap.m.sample.MultiInput https://sapui5.hana.ondemand.com/#/entity/sap.m.MultiInput/sample/sap.m.sample.MultiInputValueHelp
FYI @SAP/ui5-webcomponents-topic-rl
When pressing delete / backspace, token-delete
event is called and app developer should handle it and remove the token manually.
https://codesandbox.io/s/ui5-multi-input-forked-5wvrl?file=/src/index.js
Hello @sleric1024,
For the first issue reported, please look into the MapTo0 comment above. For the second one, we will handle it as a feature request because the accessibility specification of the ui5-multi-input component is currently worked on and it is still in progress.
Best Regards, Niya
Describe the bug
When using
ui5-multi-input
, we can click the icon by mouse to render a popup. Current issues:Expected behavior
Context
Affected components (if known)
Log output / Any errors in the console
Organization: SuccessFactors