Topic: MDBSelectOptions onChange is not called

Muralidevx free asked 5 years ago


MDBSelectOptions onChange is not involked
<MDBSelect
color="primary"
id="priority"className="browser-default"
value={this.state.priority}
 
onChange={this.handleChange}
>
<MDBSelectInputselected="Choose your option"/>
<MDBSelectOptions>
<MDBSelectOptiondisabled>
Choose your option
</MDBSelectOption>
<MDBSelectOptionvalue="Medium">Medium</MDBSelectOption>
<MDBSelectOptionvalue="High">High</MDBSelectOption>
</MDBSelectOptions>
</MDBSelect>

Anna Morawska staff commented 5 years ago

Great, thank you for sharing your implementation with us :) 

Best,

Ania



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB React
  • MDB Version: 4.8.4
  • Device: laptop
  • Browser: chrome
  • OS: windows
  • Provided sample code: No
  • Provided link: No