Topic: MDBSelect not opening

ronald.barrera free asked 4 years ago


Expected behavior Select menu should display when click

Actual behavior When clicking on Select, nothing happens. No menu shown.

Resources (screenshots, code snippets etc.)

      <MDBSelect>
              <MDBSelectInput selected="Choose your country" />
              <MDBSelectOptions>
                <MDBSelectOption disabled>
                  Choose your country
                </MDBSelectOption>
                <MDBSelectOption value="1">1</MDBSelectOption>
                <MDBSelectOption value="2">2</MDBSelectOption>
                <MDBSelectOption value="3">3</MDBSelectOption>
                <MDBSelectOption value="4">4</MDBSelectOption>
              </MDBSelectOptions>
            </MDBSelect>

Aliaksandr Andrasiuk staff answered 4 years ago


Hi,

Please, show the full code of your application. Unfortunately, I can't help you without it.

Best regards.



Please insert min. 20 characters.

FREE CONSULTATION

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

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB React
  • MDB Version: 4.19.0
  • Device: Mac
  • Browser: Chrome
  • OS: macOS Mojave
  • Provided sample code: No
  • Provided link: No