Converters and Validators
- validator attribute allows you to attach an input validator to a
component
- Checks input for syntax or completeness
- converter attribute allows you to attach a converter to a
component
- Converts input string to arbitrary object
- Validators and converters discussed in chapter 6