0 votes
in ReactJS by
retagged by
What will happen if you render an input element with disabled = {false}?

a) It will be rendered as disabled

b) It will not be rendered at all

c) It will be rendered as enabled

d) You cannot set it false.

Related questions

0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
...