From db7dde712e9d2c0ea5555c20e75cb92d5ae049cc Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 2 Apr 2022 12:45:50 +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 1a16199..6f09569 100644 --- a/Input.md +++ b/Input.md @@ -14,7 +14,7 @@ Here are all possible functions available for inputs. Remember input inherit fro changes the input type ````lua local mainFrame = CreateFrame("myFirstFrame"):show() -local aButton = mainFrame:addButton("myFirstButton"):setInputType("password"):show() +local aInput = mainFrame:addInput("myFirstInput"):setInputType("password"):show() ```` **args:** "text", "password", "number" are the possible input types - default is text
**returns:** the object