react-tiny-fab icon indicating copy to clipboard operation
react-tiny-fab copied to clipboard

`alwaysShowTitle` property makes `ariaHidden` to be always `false`

Open dmitrij-borchuk opened this issue 2 years ago • 0 comments

As we can see here https://github.com/dericcain/react-tiny-fab/blob/master/src/index.tsx#L52

Setting alwaysShowTitle as true forcing ariaHidden to be always false. That makes buttons unaccessible (hard to write correct tests using this component and probably makes problem for people who use screen readers).

dmitrij-borchuk avatar Jan 03 '23 19:01 dmitrij-borchuk