10. Input Validation
<!-- Variables go here: -->
<var name="item" type="item" />
<!-- Components go here: -->
<capture-photo bind="item.photo" required="true" />
<text-input bind="item.comments" required="true" />
<button label="Save Item" on-press="saveItem" validate="true" style="solid" />Test App on Device


Custom Validations in JavaScript
Further Validations for punch List App
Test App on Device

Next Up: View Existing Punch List Items
Last updated