autocapitalization | TextAutocapitalization | sentences | The autocapitalization behavior for the input field. |
color | ComponentColor? | nil | The color of the input field. |
cornerRadius | ComponentRadius | medium | The corner radius of the input field. |
font | UniversalFont? | nil | The font used for the input field's text. If not provided, calculated automatically based on the input field's size. |
isAutocorrectionEnabled | Bool | true | A Boolean value indicating whether autocorrection is enabled. |
isEnabled | Bool | true | A Boolean value indicating whether the input field is enabled or disabled. |
isRequired | Bool | false | A Boolean value indicating whether the input field is required. |
isSecureInput | Bool | false | A Boolean value indicating whether the input text should be hidden (e.g., passwords). |
keyboardType | UIKeyboardType | default | The type of keyboard to display when the input field is active. |
placeholder | String? | nil | The placeholder text displayed when there is no input. |
size | ComponentSize | medium | The predefined size of the input field. |
submitType | SubmitType | return | The type of the submit button on the keyboard. |
tintColor | UniversalColor | accent | The tint color applied to the input field's cursor. |
title | String? | nil | The title displayed on the input field. |