Topic: Input from material Design has no style or animation
pato1025 free asked 4 years ago
I cloned the GitHub basic HTML set up, pasted material design buttons and they work, but when I copy and paste the input component, it's not working, No styling or animation. I simply copy and pasted the HTML from the outlined input component on my html from the github repo.
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 Standard
- MDB Version: 2.0.0
- Device: Web
- Browser: Chrome
- OS: windows
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 4 years ago
Input component needs mdb.min.js file to work. Did you add such file in your project? Best regards
cantarderanas free commented 4 years ago
I have. I bought the premium version. I'm now trying to implement it but with no luck. No stying or animations.
Marcin Luczak staff commented 4 years ago
Hi @cantarderanas, I've created a comment in your individual post which will also relate to your message here. Regards
Bekhruz Otaev free commented 3 years ago
I had the same problem. mdb.min.js was linked to my html but still it wasnt working. Then I put defer attribute to my script element: ```
``` then it worked. hope this helps