This commit is contained in:
Roshan Varughese 2024-09-12 19:35:37 +12:00
parent f94183142f
commit 57b88241f9

View File

@ -166,12 +166,8 @@ private fun <T> WheelPicker(
modifier = Modifier modifier = Modifier
.align(Alignment.Center) .align(Alignment.Center)
.showSoftKeyboard(true) .showSoftKeyboard(true)
.clearFocusOnSoftKeyboardHide { .clearFocusOnSoftKeyboardHide { processManualInput() },
processManualInput() onKeyboardAction = { processManualInput() },
},
onKeyboardAction = {
processManualInput()
},
state = value, state = value,
lineLimits = TextFieldLineLimits.SingleLine, lineLimits = TextFieldLineLimits.SingleLine,
keyboardOptions = KeyboardOptions( keyboardOptions = KeyboardOptions(