flet icon indicating copy to clipboard operation
flet copied to clipboard

bug - multiline textfield do not accept tab spacing

Open hololeo opened this issue 3 years ago • 1 comments

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

hololeo avatar Sep 14 '22 14:09 hololeo

https://stackoverflow.com/questions/61270081/how-can-i-enable-tab-in-textfield-of-flutter-web-version

FeodorFitsner avatar Sep 20 '22 20:09 FeodorFitsner