godot/doc
Rémi Verschelde 9a1ce8e6c3
LineEdit: Respect max_length by truncating text to append
When appending text (either via `set_text()` or by pasting from clipboard),
if the input would make the `LineEdit` exceed its configured `max_length`,
the input text is truncated to fit. The discard part is passed as a parameter
in the `text_change_rejected` signal.

Fixes #33321.
Fixes #41278.

Also cleaned up unimplemented `max_chars` property in `TextEdit`.

Co-authored-by: Tony-Goat <70238376+Tony-Goat@users.noreply.github.com>
2021-07-06 18:03:03 +02:00
..
classes LineEdit: Respect max_length by truncating text to append 2021-07-06 18:03:03 +02:00
tools makerst: Fix generation of overridden properties in child classes 2021-04-06 17:26:18 +03:00
translations Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
Doxyfile
Makefile [HTML5] Add jsdoc2rst tool. 2021-02-26 11:33:59 +01:00