patternfly-react
patternfly-react copied to clipboard
feat(Label): adjust editable keyboard behavior
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.
Preview: https://patternfly-react-pr-7828.surge.sh
A11y report: https://patternfly-react-pr-7828-a11y.surge.sh
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).