bad syntax fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user