Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where inputs flip between controlled and uncontrolled...
Fixes the following warning: ``` Warning: FriggingBootstrap.Input is changing a uncontrolled input of type text to be controlled. Input elements should not switch from uncontrolled to controlled (or vice versa). Decide between using a controlled or uncontrolled input element for the lifetime of the component. ``` frig-js/frigging-bootstrap#44 (comment)
- Loading branch information