PlatformOutlinedTextField

internal actual fun PlatformOutlinedTextField(value: String, onValueChange: (String) -> Unit, label: String, containerColor: Color, textColor: Color, hintColor: Color, modifier: Modifier, enabled: Boolean, error: String?, keyboardType: KeyboardType, visualTransformation: VisualTransformation, trailingIcon: () -> Unit?, singleLine: Boolean)(source)

Renders the PlatformOutlinedTextField UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

value

value value consumed by the API.

onValueChange

callback invoked by the component.

label

label value consumed by the API.

containerColor

container color value consumed by the API.

textColor

text color value consumed by the API.

hintColor

hint color value consumed by the API.

modifier

Compose modifier applied to the rendered UI.

enabled

enabled value consumed by the API.

error

error value consumed by the API.

keyboardType

keyboard type value consumed by the API.

visualTransformation

visual transformation value consumed by the API.

trailingIcon

trailing icon value consumed by the API.

singleLine

single line value consumed by the API.

internal expect fun PlatformOutlinedTextField(value: String, onValueChange: (String) -> Unit, label: String, containerColor: Color, textColor: Color, hintColor: Color, modifier: Modifier = Modifier, enabled: Boolean = true, error: String? = null, keyboardType: KeyboardType = KeyboardType.Text, visualTransformation: VisualTransformation = VisualTransformation.None, trailingIcon: @Composable () -> Unit? = null, singleLine: Boolean = false)(source)

Renders the PlatformOutlinedTextField UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

value

value value consumed by the API.

onValueChange

callback invoked by the component.

label

label value consumed by the API.

containerColor

container color value consumed by the API.

textColor

text color value consumed by the API.

hintColor

hint color value consumed by the API.

modifier

Compose modifier applied to the rendered UI.

enabled

enabled value consumed by the API.

error

error value consumed by the API.

keyboardType

keyboard type value consumed by the API.

visualTransformation

visual transformation value consumed by the API.

trailingIcon

trailing icon value consumed by the API.

singleLine

single line value consumed by the API.

internal actual fun PlatformOutlinedTextField(value: String, onValueChange: (String) -> Unit, label: String, containerColor: Color, textColor: Color, hintColor: Color, modifier: Modifier, enabled: Boolean, error: String?, keyboardType: KeyboardType, visualTransformation: VisualTransformation, trailingIcon: () -> Unit?, singleLine: Boolean)(source)

Renders the PlatformOutlinedTextField UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

value

value value consumed by the API.

onValueChange

callback invoked by the component.

label

label value consumed by the API.

containerColor

container color value consumed by the API.

textColor

text color value consumed by the API.

hintColor

hint color value consumed by the API.

modifier

Compose modifier applied to the rendered UI.

enabled

enabled value consumed by the API.

error

error value consumed by the API.

keyboardType

keyboard type value consumed by the API.

visualTransformation

visual transformation value consumed by the API.

trailingIcon

trailing icon value consumed by the API.

singleLine

single line value consumed by the API.