KPInputEmailField
Composable function representing an email input field with customizable appearance and behavior tailored for the Komposto theme.
Parameters
The current value of the email input field.
Callback invoked when the value of the email input field changes.
Optional Modifier that can be applied to the input field.
Indicates whether the input field is enabled for user interaction.
Indicates whether the input field is read-only.
Optional label displayed above the input field.
Optional placeholder text displayed when the input field is empty.
Optional error message displayed below the input field if there is an error. If it's null no error will be displayed.
KeyboardActions defining keyboard actions for the input field. If you don't provide one it will auto complete the suggestion and clear the keyboard for any action.
MutableInteractionSource representing the source of user interactions.
Shape of the input field.