From e3d174cf7c272fcb5469275c338e167c2dce1d4b Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:51:30 +0000 Subject: [PATCH] Fix gui example --- .../system/js_app/examples/apps/Scripts/Examples/gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/system/js_app/examples/apps/Scripts/Examples/gui.js b/applications/system/js_app/examples/apps/Scripts/Examples/gui.js index e495f19f2..110b388b8 100644 --- a/applications/system/js_app/examples/apps/Scripts/Examples/gui.js +++ b/applications/system/js_app/examples/apps/Scripts/Examples/gui.js @@ -48,7 +48,7 @@ let views = { // Enable illegal filename symbols since we're not choosing filenames, gives more flexibility // Not available in all firmwares, good idea to check if it is supported if (doesSdkSupport(["gui-textinput-illegalsymbols"])) { - views.textInput.set("illegalSymbols", true); + views.keyboard.set("illegalSymbols", true); } // demo selector