Topic: icon in button for mdal loading
I have a button to load a modal. Same thing with a
< a class="btn
if there is text in the button, it's ok. if there is a font-awsome icon, there is a js error wen you click on the icon. It's launched anyway
see exemple
Resources (screenshots, code snippets etc.) https://mdbootstrap.com/snippets/standard/ochicaud/5776659
                                                    
                                                    Kamila Pieńkowska
                                             staff                                             answered 2 years ago                                        
It's because placing a child in the toggle button interferes with the logic that initiates modal.
Adding the same target attribute value to the i tag e.g. data-mdb-target="#exampleModal" will remove this error.
                                                    
                                                    ochicaud
                                             pro  premium  priority                                             answered 2 years ago                                        
Actually, it was it little bit more complex than that, because I execute js to fill the modal in when i click the button. but I duplicated all my parameters from my "a" btn to my "i" content, and yes, it works like a charm.
So, Thank you, Kamila
 <a class="btn btn-floating text-white bg-deep-orange-500" 
 menuItemEditButton 
 id="btn@(mei.Code)"
 data-mdb-toggle="modal" 
 data-mdb-target="#modalEditMenuItem" 
 data-menu-code="@mei.MenuCode" 
 data-menu-item-code="@mei.Code">
     <i class="fas fa-edit"
        menuItemEditButton
        data-mdb-toggle="modal"
        data-mdb-target="#modalEditMenuItem"
        data-menu-code="@mei.MenuCode"
        data-menu-item-code="@mei.Code"></i>
 </a>
                                                                                    FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
 - Premium support: Yes
 - Technology: MDB Standard
 - MDB Version: MDB5 6.4.2
 - Device: pc
 - Browser: all
 - OS: w10
 - Provided sample code: No
 - Provided link: Yes