flet
flet copied to clipboard
bug - multiline textfield do not accept tab spacing
Textfields are unable to accept tab spacing. Instead the focus manager uses them to move to the next control. As a result it is not possible to type indented text in a textfield.
Possible work arounds could be using keylistener to try to trap tab and redirect a parsed output in textfield....headache and chatty server!
some links that may help
https://stackoverflow.com/questions/60671720/flutter-keyboards-tab-button-creates-a-space-in-textformfields
https://stackoverflow.com/questions/61270081/how-can-i-enable-tab-in-textfield-of-flutter-web-version