We’ve covered a variety of items for user input already. Some of those will be included in this chapter. They might be used in a different way or with other options, parameters, and so on.
In this chapter, we’re going to build a user input form. We’re going to focus on the aspects required for various pieces of input. Based on that, we’ll create the user interface.
Email String
Monetary number (displayed as a String/currency)
Date (displayed as a String/date)
Selection from a list
One key factor here is that these values aren’t just regular ...