Most web applications at one point or another will require data entry, and Aurelia has a very nice validation plug-in that helps reduce the complexity required with ensuring your forms are enforcing your business rules. In this chapter, we will take a look at using forms in Aurelia as well as the aurelia-validation plug-in . Upon completing this chapter, you should have a good understanding of building forms in Aurelia along with validation.
HTML Form Element
Creating pages that allow users to enter data is fairly straightforward. We use the FORM element and ...