I am using returnKeyLabel on a flex TextInpout but it is not working. It doesn't shows up what I set. Any idea what might be the issue? Do I need to set any special skinclass for this? I am testing on iOS devices and using TextInput component
0
votes
1 Answers
1
votes
Ok, a better researched answer for you.
What are you trying to set the returnKeyLabel to? The only valid values for it are default, done, go, next, and search. Though you can change the Label text, you cant change the label value.
Note the line "Not all devices support setting the label of the return key".