Topic: const select = new mdb.Select(selectEl);

TriggerLabs priority asked 1 day ago


const selectEl = document.getElementById('mySelect');
const select = new mdb.Select(selectEl);

creates a always a duplicate of the specific select element.

We use the umd and variant. In order to rule out the possibility that we have an error somewhere in our own code, we have set up a minimal page that only loads the mdb scripts and contains a select field. The error is obviously in the framework. I remember that select always caused trouble in the old versions, too. At the time, the select had to be destroyed beforehand and reactivated after setting the value. This is obviously no longer possible in the new version.



Please insert min. 20 characters.

FREE CONSULTATION

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

Status

Opened

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: MDB5 8.1.0
  • Device: Surface
  • Browser: Firefox, Chrome
  • OS: Win
  • Provided sample code: No
  • Provided link: No