Topic: MDBSelect onChange event is not triggering
yellagoud@pandorarndlabs.com priority asked 8 months ago
MDBSelect onChange method is not triggering.
*_Actual behavior_*MDBSelect onChange method should trigger on selecting the option.
<MDBSelect onChange={(e) => setOption(e) data={list} />
we used following import,import { MDBSelect } from "mdb-react-ui-kit";
Please let us know how can we fix this issue?
Mateusz Lazaru staff answered 8 months ago
This code should work in the newest MDB version, but it will not in v5.0.0. Here is the documentation for select in mdb version 5.x.x, but updating the package is recommended.
https://v5-react-5.legacydocs.mdbootstrap.com/docs/react/forms/select/#docsTabsAPI
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB React
- MDB Version: MDB5 5.0.0
- Device: Windows
- Browser: Chrome
- OS: Windows
- Provided sample code: Yes
- Provided link: No