Create text box
Displays a TextBox that executes the user’s input.Parameters
placeholder(string) - Placeholder text shown in the input fieldtitle(string) - Title displayed on the text boxonlyNumbers(boolean) - If true, only accepts numeric inputmaxChars(number) - Maximum number of characters allowed. Don’t include for no limitcallback(function) - Function called with the input value when submitted