Pick a color mode
A Phoenix form field
Type of the input
HTML input type when type is basic.
basic
Label to be rendered in the input.
Sublabel to be rendered in the input.
Hint text to be rendered below the input.
Hint text variant.
Errors to be rendered below the input. Takes precedence over hint.
hint
Whether to show the error message below the input.
Whether to show the prefix.
Whether to show the suffix.
Hint text to show as tooltip at the end of the input. Takes precedence over the suffix set by type.
type
The name of the input
The value of the input
Placeholder text to be rendered in the input.
Whether the input is required.
Whether the required indicator is shown.
Minimum value for number inputs.
Maximum value for number inputs.
Step value for number inputs.
Prefix to be rendered in the input. Only shown when type is basic.
Suffix to be rendered in the input. Takes precedence over suffix_hint.
suffix_hint