mdbootstrap / mdb-react-ui-kit

React 18 & Bootstrap 5 & Material Design 2.0 UI KIT
https://mdbootstrap.com/docs/b5/react/
Other
1.41k stars 264 forks source link

fixed value="data" not being shown for inputs #12

Closed davidkevork closed 6 years ago

davidkevork commented 6 years ago

having an <Input label="Name" type="text" name="name" id="name" onChange={this.handleChange.bind(this)} value={this.props.user.name} /> will show an active input but no value inside the input even though there is a value