From 0aa56e3ab8722217c2d377672aa73d67f10aabd0 Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Wed, 22 Jul 2020 08:04:48 +0200 Subject: Add option to disable virtual keyboard for LineEdit Co-authored-by: Alexander Holland --- doc/classes/LineEdit.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index c1c54dd11b..feac483fc4 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -167,6 +167,9 @@ String value of the [LineEdit]. [b]Note:[/b] Changing text using this property won't emit the [signal text_changed] signal. + + If [code]true[/code], the native virtual keyboard is shown when focused on platforms that support it. + -- cgit v1.2.3