mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add signal for LineEdit overflow event
This commit is contained in:
@@ -145,6 +145,11 @@
|
||||
Emitted when the text changes.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="text_change_rejected">
|
||||
<description>
|
||||
Emitted when trying to append text that would overflow the [member max_length].
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="text_entered">
|
||||
<argument index="0" name="new_text" type="String">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user