react-native-web icon indicating copy to clipboard operation
react-native-web copied to clipboard

revisit accessibilityRole=button to button mapping

Open intergalacticspacehighway opened this issue 3 years ago • 1 comments

Issue link

  • Tested example and updated test cases.
  • Verified reset styles, tabIndex, and disabled props.

@necolas @louis-burrows if the merge conflicts in this get fixed, would you all accept this pr? It would great if buttons were actually rendered instead of div's

jerrywithaz avatar Jul 20 '22 00:07 jerrywithaz

This may not work as you'd expect, in our case we had <div>s rendered inside <button> which is semantically incorrect.

s77rt avatar Jan 11 '23 22:01 s77rt