I have my form and inside it has multiple inputs and a save button.
If I tap the Name input field it should show the keyboard with the Next button because it has another input field after it. If I tap the Next button it should move to the next input field (Phone input in this case).
Once I move to the Description (last input field on my form), it should show the Done button instead of next, If I tap the Done button I just want to hide the keyboard. But currently it also shows Next button, which nothing happens when I clicked because there's no input field after it.
keyboard's Next icon:
keyboard's Done icon:
How do I do this?
Hello,
This is a standard Android keyboard
we can't change the default on a device.
Hi Castro, I think the equivalent of this in native android dev is the:
android:imeOptions="actionDone"
I'm just not sure how to implement this in Outsystems.