Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a noop onChange to remove react's warning
> Warning: Failed prop type: You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`.
- Loading branch information