ui5-webcomponents
ui5-webcomponents copied to clipboard
feat(ui5-button): new focus handling
Example implementation for new focus handling described in #8250
Note: https://github.com/SAP/ui5-webcomponents/blob/main/packages/main/src/SplitButton.ts#L281 Split Button uses the focused property and this will stop working.
We recommend reworking the SplitButton not to rely on btn.focused as focused is removed:
FYI @DMihaylova