How do you control the key board display? For example on this form add a topic
. When I use the small text box I get a keyboard that has a go key . But when
I select the text box I get a keyboard with a return key. I need to duplicate
the text box with the return key because the go key gives unpredictable
results. In addition how could I control what the go key action?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Go key should call the default button on the form or the first submit
button if there is more than one. The reason you see a "return" key on the
keyboard for the larger input is that this forum uses an input=text on the
small box, but if you read the page source, the larger box is actually a
TextArea and the return is to add multiple lines of text. I hope this helps
explain it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do you control the key board display? For example on this form add a topic
. When I use the small text box I get a keyboard that has a go key . But when
I select the text box I get a keyboard with a return key. I need to duplicate
the text box with the return key because the go key gives unpredictable
results. In addition how could I control what the go key action?
Thanks
The Go key should call the default button on the form or the first submit
button if there is more than one. The reason you see a "return" key on the
keyboard for the larger input is that this forum uses an input=text on the
small box, but if you read the page source, the larger box is actually a
TextArea and the return is to add multiple lines of text. I hope this helps
explain it.