Topic: Material Select not opening
garrithsteyn pro asked 6 years ago
Anna Morawska staff answered 6 years ago
garrithsteyn pro answered 6 years ago
display: none;in
.dropdown-contentclass. Cheers
Anna Morawska staff commented 6 years ago
Hi garrithsteyn, thank you for posting your solution. It's strange, I've just tested it again, and on my environment, it works perfectly fine. We will take a closer look at this in the next sprint. Best, AniaJakub Królak pro commented 6 years ago
This didn't solve my issue thoughFREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB React
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Jakub Królak pro commented 6 years ago
I'm having the same issue, please help :)Anna Morawska staff commented 6 years ago
Hi, thank you for reporting this. I've tried to recreate this situation and it looks like everything works fine. Please, make sure you have the latest MDB React Pro version. It should fix the problem. If not, please let us know which browser you use, and are there any console warnings or errors. Best, Annagarrithsteyn pro commented 6 years ago
Hi Anna 1. Created a clean react app using `create-react-app`. 2. Added mdbreact dependency to package.json using "mdbreact": "git+https://oauth2:TOKEN@git.mdbootstrap.com/mdb/react/re-pro.git". 3. Imported font-awesome, bootstrap and mdb style sheets under index.js. 4. Imported `import { Select, SelectInput, SelectOption, SelectOptions } from 'mdbreact';` under App.js 5. Added sample Material Select as posted in original post above. 6. Tested in Chrome, Firefox and Edge. It doesn't work in any of the browsers and no console warnings appear.