Base input components
Base input components are basic field types that accept and produce values based on input from the user, such as text and numbers.
String
Field.String is the base component for receiving user input where the target data is of type `string`.
Number
Field.Number is the base component for receiving user input where the target data is of type number.