Hi in case of Multiplatform compose iOS devices no...
# compose
s
Hi in case of Multiplatform compose iOS devices not showing action button
done
in keyboard while using the below code is there any alternatives to achieve this?
Copy code
keyboardActions = KeyboardActions { keyboardController?.hide() },
keyboardOptions = keyboardOptions.copy(keyboardType = KeyboardType.Number, imeAction = ImeAction.Done),
m
@Suresh Maidaragi Did you find a way to solve this?
s
@msomu no, we kept onsurface touch hide keyboard