extends LineEdit func _ready() -> void: text_submitted.connect(submit) func submit(text: String): caret_column = 0 release_focus() pass