When validating the form, any empty inputs shows the red warning text such as “enter your email address”, but when the red text is visible it moves the input icon to a new line, see attached two images.
Also, I have a reset form button which clears all the inputs, is there something i can call to clear the validation messages?
I dug into this. The validation code which is being used is from JqueryValidation.org. It’s still a good library, but has not been updated in 4 years. I noticed the version shipped with AppStudio wasn’t up to date - that will be fixed in the next build. That still does not solve your problem.
This library does not handle all the nuances of Bootstrap: in particular, it doesn’t know how to handle the icon option in Bootstrap’s Input.