Topic: MDBPopover with MDBSelect in MDBPopoverBody

famu1hundred free asked 4 years ago


When adding a MDBSelect to the MDBPopoverBody, the selection of an item from the MDBSelect causes the Popover to close.

**Expected behavior** Popover should stay open and allow for more interaction

**Actual behavior** Popover closes when selection made from MDBSelect in PopoverBody

**Resources (screenshots, code snippets etc.)**

<MDBPopover placement="right" popover clickable>
<MDBBtn >Show Content</MDBBtn>
  <div>
    <MDBPopoverBody>
       <div>Content</div>
       <div>
        <MDBSelect label="Example label">
          <MDBSelectInput selected="Choose your country" />
          <MDBSelectOptions>
            <MDBSelectOption disabled>Choose your country</MDBSelectOption>
            <MDBSelectOption value="1">USA</MDBSelectOption>
            <MDBSelectOption value="2">Germany</MDBSelectOption>
            <MDBSelectOption value="3">France</MDBSelectOption>
            <MDBSelectOption value="4">Poland</MDBSelectOption>
            <MDBSelectOption value="5">Japan</MDBSelectOption>
          </MDBSelectOptions>
        </MDBSelect>
        </div>
    </MDBPopoverBody>
  </div>


Piotr Glejzer staff answered 4 years ago


Hello,

MDBSelect is a premium component, and according to our system, you use the MDB Free version.

Please, provide us a number o your order or registered email to confirm your access to MDB Pro components and premium support.

Send it to me on email: p.glejzer@mdbootstrap.com

Best,
Piotr



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.18.0
  • Device: Macbook Pro
  • Browser: Chrome
  • OS: MacOS Mojave
  • Provided sample code: No
  • Provided link: No