Currently you can set a ReturnKeyType on a EditableTextBase. This is great, however it's really only cosmetic at this point as you can't listen to when the element "Next" or "Done" is pressed.
Would be good to:
- When
Next is pressed, listen and then be able to focus on another textField
- When
Done is pressed, listen and then run some code
Currently you can set a ReturnKeyType on a EditableTextBase. This is great, however it's really only cosmetic at this point as you can't listen to when the element "Next" or "Done" is pressed.
Would be good to:
Nextis pressed, listen and then be able to focus on another textFieldDoneis pressed, listen and then run some code