Topic: What function can I use to Render a form
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
                            
                            Open
Specification of the issue
                                            
        - User: 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
Tags
                                
                                
                            Related topics
                                
                                
                            
Grzegorz Bujański commented 5 years ago
Hi,
Try calling trigger ('change') on the input after adding value.
ggedde commented 5 years ago
This worked! Thanks
Grzegorz Bujański commented 5 years ago
Great. I'm glad I could help.