Posts by Filipe Pires • 1 point
1 post
-
0
votes1
answer87
viewsA: Button - Enabled and disabled
In the disabled property as you will use pure javascript, you can do a boolean check. Here’s an example of how to use. class Form extends React.Component { state = { login:'', senha:'' } render() {…
react-nativeanswered Filipe Pires 1