lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: All Editing has Tab Weird Behavior.

Open ScottKemp opened this issue 1 month ago • 0 comments
trafficstars

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

You might consider this a feature.... but I have never seen another app operate this way.

Basically, when you tab in any field, including JS Code editing, SQL, Properties, etc, instead of having it insert a tab at the current location, it inserts it at the beginning of the line instead of where the cursor is. This makes it impossible to insert a tab character (like in code) anywhere. You always have to use spaces.

Expected Behavior

Maybe something like VS code, where if multiple lines are selected, then the lines are indented with TAB (or deindented with shift-tab)

And if there is not multiple lines, it inserts a tab character at the current cursor location.

Steps to reproduce

n/a

Environment

2.7.4

Additional Information

No response

ScottKemp avatar Sep 26 '25 07:09 ScottKemp