returnKeyType enum('done', 'go', 'next', 'search', 'send', 'none', 'previous', 'default', 'emergency-call', 'google', 'join', 'route', 'yahoo')
Determines how the return key should look. On Android you can also use returnKeyLabel
.
The following values work across platforms:
- done
- go
- next
- search
- send
The following values work on Android only:
- none
- previous
The following values work on iOS only:
- default
- emergency-call
- join
- route
- yahoo
Please login to continue.