From @palys-swm comment in D4023, input disabled prop should be set to false by default.
Details
Details
Flow shouldn't error, inputs fields work as intended and are enabled by default
Grep the codebase, make sure there aren't disabled={true} props in the code base and that might disable input fields.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
As a test plan, please also check all the places where we use Input and haven't specify disabled value. (it looks like the prop was mandatory, so probably it is ok)
It might be also a good idea to delete, now extraneous, disabled={false} in every place it appears.
Comment Actions
Looked around the codebase. Looks like all of the spots with disabled have a value coming from a prop
It might be also a good idea to delete, now extraneous, disabled={false} in every place it appears.
Yep, looked around, this was the only one.