Updated Input (markdown)

Robert Jelic
2022-04-02 12:45:50 +02:00
parent 819ecb61f6
commit db7dde712e

@@ -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<br>
**returns:** the object<br>