javascript - Materialize inputs not triggering onChange in React? -


i have materialize input so:

<input type="date" classname="datepicker" onchange={this.props.handlechange} /> 

it being correctly initialised materialize, not firing onchange when value of datepicker changes. doing wrong here? problem seems extend materialize inputs.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -