Topic: Show MDBTooltips when MDBLink is disabled

Paul TP free asked 3 years ago


Currently have a stepper within a form and with MDBTooltip component as follows and when I hover on the step that's disabled , the tooltip is not showing.

 <MDBStep form>
                <MDBLink className="stepper-link" to={'/user/'} onClick={() => swapFormActive(1)(1)} disabled={true}>
                <MDBTooltip  material sm placement="top">
                        <MDBBtn
                            color={formActivePanel1 === 1 ? 'indigo' : 'default'}
                            circle
                       >
                            <MDBIcon icon="file-signature" size="lg"/>
                        </MDBBtn>
                    <div>Personal Information</div>
                </MDBTooltip>
                </MDBLink>
                <p className="stepText">Step 1</p>
            </MDBStep>

Piotr Glejzer staff commented 3 years ago

we didn't tried used mdbtooltips with steppers and links. I found another bug when I tried to check your problem. If I mouseover on button my page is moving up,d id you have that too?



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: Free
  • Premium support: No
  • Technology: MDB React
  • MDB Version: 4.27.0
  • Device: Laptop
  • Browser: chrome
  • OS: Linux Fedora
  • Provided sample code: No
  • Provided link: No