Typing directly into an empty Expert-mode formula field injects stray extra tokens.

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What are the exact steps to reproduce this issue?

Repro: click into an empty Expert-mode field and type a function call, e.g. concat(‘test-’,. Result: the editor auto-inserts extra tokens beyond what was typed, e.g. concat(‘test-’,) instead of the intended in-progress text. Confirmed workarounds (both tested, both work): building the formula incrementally rather than typing it whole into an empty field, or composing it elsewhere and pasting the complete string in one action — pasting doesn’t trigger the bug.

Note: we previously suspected a third bug — chip references placed inside a function call silently failing to persist. In renewed testing we could not reproduce this, including rebuilding the exact structure we’d originally seen it in. Flagging only in case it’s already patched or there’s a precondition we’re missing.