Topic: Dynamically initialize select control
sriramk18 priority asked 2 years ago
Standard MDB "select" control initialize dynamically using java script.
For date picker i used
$('.datepicker').datepicker();
Let me know how to do it for MDB select control in java script.
Grzegorz Bujański staff answered 2 years ago
An example of component initialization can be found in the component API tab. For datepicker you can find it here: https://mdbootstrap.com/docs/standard/forms/datepicker/#docsTabsAPI
Grzegorz Bujański staff answered 2 years ago
There seems to be a problem with initialization via jq.. we'll check what's going on and fix it. For now do init via JS
const mySelect = new mdb.Select(document.getElementById('mySelect'))
sriramk18 priority commented 2 years ago
I experienced the same issue with the date picker control.
Please give me the sample code for initialization for all the controls and plugin.
If it is available in website, please provide the Url.
If i have the initialization for all the control, i can focus on the design part. Now i have to depend on the reply, it takes time.
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 Standard
- MDB Version: MDB5 4.2.0
- Device: All
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: No