ui5-webcomponents
ui5-webcomponents copied to clipboard
feat(ui5-button): provide focus support for mobile
Button elements can now receive focus when using keyboards on mobile devices. Focus outline is now displayed via CSS pseudo-classes and no longer relies on using the[focused]
attribute.
The following components were updated:
- ui5-button
- ui5-toggle-button
- ui5-segmented-button
- ui5-split-button
Fixes: #8178 Related to: #8322