Textfield behaviour changes when pressing Tab
key from the System keyboard. The maxlines
property is set to 1 in TextField
. My app got rejected by the Apple Team due to this issues. So please help.
Asked
Active
Viewed 355 times
2

Shruti Majajan
- 359
- 1
- 4
- 11
-
"Textfield behaviour changes" can you please elaborate on that? – Günter Zöchbauer Mar 06 '19 at 08:05
-
1Please check screenshot – Shruti Majajan Mar 06 '19 at 08:09
-
@GünterZöchbauer I am having multiple textFields and when I start typing to textField and press tab key from keyboard, TextField do behave like that... user inputs are getting overlap in textfields. It should hide the keyboard or move to next TextField – Shruti Majajan Mar 06 '19 at 09:42
-
Related issues https://github.com/flutter/flutter/issues/10372, https://github.com/flutter/flutter/issues/11344. You might need to add a RawKeyboardListener and handle that yourself until this is fixed (for example like https://stackoverflow.com/questions/54200938/external-keyboard-in-flutter-support/54201076#54201076) – Günter Zöchbauer Mar 06 '19 at 10:01
-
Ok.. But RawKeyboardListener not working.. I already tried this way – Shruti Majajan Mar 06 '19 at 11:12
-
Then I don't know. It's a while I used RawKeyboardListener myself. – Günter Zöchbauer Mar 06 '19 at 11:13