From b5047db7cd1c4502c90f9a305d28053894996897 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 2 May 2022 20:40:11 +0200 Subject: [PATCH] Updated Input (markdown) --- Input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input.md b/Input.md index 2be5377..f3d0ef1 100644 --- a/Input.md +++ b/Input.md @@ -6,7 +6,7 @@ Remember input inherits from [object](https://github.com/NoryiE/NyoUI/wiki/Objec ## setInputType changes the input type ````lua -local mainFrame = CreateFrame("myFirstFrame"):show() +local mainFrame = basalt.createFrame("myFirstFrame"):show() local aInput = mainFrame:addInput("myFirstInput"):setInputType("password"):show() ```` **parameters:** string value ("text", "password", "number")