patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

feat(Label): adjust editable keyboard behavior

Open kmcfaul opened this issue 3 years ago • 1 comments

What: Closes #7547

Should now make keyboard focus the editable label after finishing an edit. Also fixes some minor focus issues with the add label modal demo.

kmcfaul avatar Aug 11 '22 17:08 kmcfaul

Preview: https://patternfly-react-pr-7828.surge.sh

A11y report: https://patternfly-react-pr-7828-a11y.surge.sh

patternfly-build avatar Aug 11 '22 17:08 patternfly-build

Was able to fix that changing the key in those demos to not reference the changing name (which I think was causing the button to remount + lose focus).

kmcfaul avatar Aug 15 '22 19:08 kmcfaul