KPSingleLineOutlinedTextField
Composable function to create a single-line text input field with an outlined style.
Parameters
Style configuration for the TextField. This should be an object implementing the OutlinedTextFieldStyle interface.
The initial value for the TextField.
Modifier used to shape the TextField.
The label text to display above the TextField.
The error message to display below the TextField when there is an error.
Indicates whether the TextField is in an error state.
Determines if the TextField is enabled for interaction.
The colors configuration for the TextField. This parameter allows configuring the colors of the TextField component, including the text color, background color, and colors for different states (such as selected, focused, disabled, etc.).
Callback for when the value of the TextField changes.
Optional trailing container that can be either a KPIcon or KPText. The container will be placed at the end of the TextField.