I am reading up on HTML5 forms and thought I could use basic css and html5 methods on appery but does not appear to be the case. My goal is to develop web apps that can work well on newer desktop browsers and devices.
So what is the best way to style required or invalid form inputs and prevent form submission in Appery? Do I need to write my own JS onclick to check validity and set styles? Seems like the previous questions on this topic are several months old in many cases, and I want to be sure I have the most updated info on the subject in terms of appery's evolution as well as browser support.
jquery mobile solutions are appreciated, but less complexity is more to be desktop compatible if possible