bad syntax fix

This commit is contained in:
Samuel Pizette
2022-06-09 11:08:26 -04:00
parent 42f1870475
commit cb98307e44
25 changed files with 296 additions and 296 deletions

View File

@@ -5,9 +5,9 @@ Remember Input inherits from [Object](objects/Object.md)
## setInputType
changes the input type
````lua
```lua
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aInput = mainFrame:addInput("myFirstInput"):setInputType("password"):show()
````
```
**parameters:** string value ("text", "password", "number")<br>
**returns:** self<br>