ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

feat(ui5-button): new focus handling

Open pskelin opened this issue 1 year ago • 2 comments

Example implementation for new focus handling described in #8250

pskelin avatar Feb 07 '24 08:02 pskelin

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:

Screenshot 2024-02-28 at 16 16 11

ilhan007 avatar Feb 28 '24 14:02 ilhan007

FYI @DMihaylova

ilhan007 avatar Feb 28 '24 14:02 ilhan007