flet-dev / flet-dev/flet

bug - multiline textfield do not accept tab spacing

Open
#323 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
17k
Forks
694
Avg merge
1d 14h
Merged PRs (30d)
33

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with a multiline textfield and inspect the textfield and focus-manager handling of the Tab key. Compare the current behavior with the linked Flutter example, then verify that Tab can insert indentation without preventing normal focus navigation in other controls.

Written by the indexing model from the issue text.

Assessment

Tech stack
flutter
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.