Topic: MdbSelect not working
Hello guys,
I have a problem using mdb-select. I just want to have a normal select-list and I copied following snippet from the doc:
<mdb-select [options]="groupOptions" label="test" placeholder="Choose your option"></mdb-select>
When I open it up I get the following error:

Additionally the select box opens up automatically. I'm using Angular Version 8.0.0 and Imported SelectModule in my AppModule.
Do you guys have any Ideas what might be the Problem?
Cheers Jan
Open
- User: Free
- Premium support: No
- Technology: Angular
- MDB Version: 8.1.1
- Device: PC
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
Arkadiusz Idzikowski staff commented 2 years ago
Please provide full html/ts code you use to render mdb-select component. We couldn't reproduce this problem on basic example from documentation.