NumberModal | A number that can be both typed and stepped. Bounds are checked before your validator runs, and the message reports them with affixes, so the user sees the same form they are editing. |
NumericModal | What the number field and the slider have in common: stepping, precision and affixes. |
TextAreaModal | Several lines of text, edited in place, where Enter starts a new line and the Submit binding confirms. The text is one line with newlines in it, so every edit is the one a field of one line has. |
TextModal | A line of text: free text, a secret, an email or a link. The built-in format check runs before TextModal.Validate, so your validator only sees input that already looks right. |