Topic: What function can I use to Render a form
ggedde free asked 4 years ago
I have a form that gets rendered via javascript. The issue is the titles don't get pushed up when an input has a value. So I am assuming that I need to run some js function that goes through the form to update all the labels that have input values, but I cannot find that info in your documentation.
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 jQuery
- MDB Version: 4.18.0
- Device: Laptop
- Browser: Chrome
- OS: Mac OS
- Provided sample code: No
- Provided link: No
Grzegorz Bujański staff commented 4 years ago
Hi,
Try calling trigger ('change') on the input after adding value.
ggedde free commented 4 years ago
This worked! Thanks
Grzegorz Bujański staff commented 4 years ago
Great. I'm glad I could help.