Topic: Wrong label line on input
Salvador Criado
asked 6 months ago
Expected behavior
Not showing the line over the label.
Actual behavior
The line of the input text override the label.
Resources (screenshots, code snippets etc.)

Open
- User: Free
- Premium support: No
- Technology: MDB 5
- MDB Version: 1.0.0
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 6 months ago
There may be two reasons of such issue:
No mdb.min.js file imported in project
Input is loaded dynamically and in such case it has to be initialized manually : https://mdbootstrap.com/docs/standard/forms/input-fields/#section-dynamic-input-initialization\
Best regards
Salvador Criado commented 6 months ago
I've check those solutions and they are not working. Here I reply de error
https://mdbootstrap.com/snippets/standard/salvador_criado/2545257#html-tab-view
Regards.
Mikołaj Smoleński staff commented 6 months ago
It's a second case with dynamically loaded content. I fixed an issue in your snippet.
Best regards