We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
With input's you are able to create a object where the user can type something in.
Here are all possible functions available for inputs: Remember input inherits from object:
changes the input type
local mainFrame = basalt.createFrame("myFirstFrame"):show() local aInput = mainFrame:addInput("myFirstInput"):setInputType("password"):show()
parameters: string value ("text", "password", "number") returns: self