You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using react-native-paper on the web, a disabled Button still displays a pointer (cursor: pointer) on hover, making it appear clickable when it is not. This creates misleading UX, as the button should not indicate interactivity when disabled.
Expected behaviour
A disabled button should not visually indicate interactivity on hover.
This is what react-native Pressable or Button does.
Current behaviour
When using react-native-paper on the web, a disabled
Button
still displays a pointer (cursor: pointer) on hover, making it appear clickable when it is not. This creates misleading UX, as the button should not indicate interactivity when disabled.Expected behaviour
A disabled button should not visually indicate interactivity on hover.
This is what react-native
Pressable
orButton
does.How to reproduce?
Here a simple snack that replicates the issue https://snack.expo.dev/a3wbzrOwpg6A8hhoZF43k
Preview
Your Environment
The text was updated successfully, but these errors were encountered: