Updated Input (markdown)

Robert Jelic
2022-05-02 20:40:11 +02:00
parent 14005ba404
commit b5047db7cd

@@ -6,7 +6,7 @@ Remember input inherits from [object](https://github.com/NoryiE/NyoUI/wiki/Objec
## setInputType ## setInputType
changes the input type changes the input type
````lua ````lua
local mainFrame = CreateFrame("myFirstFrame"):show() local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aInput = mainFrame:addInput("myFirstInput"):setInputType("password"):show() local aInput = mainFrame:addInput("myFirstInput"):setInputType("password"):show()
```` ````
**parameters:** string value ("text", "password", "number")<br> **parameters:** string value ("text", "password", "number")<br>