param hasFocus
- Whether the text input should have focus.
param maxInputLength
- The maximum length of the input.
const obj = add([
text(""),
textInput(),
])
obj.hasFocus = false
debug.log(obj.text) // oh no i cant see my new text since it was disabled
returns The text input comp.
since v3001.0
group Components