OptionalattrsOptionalautofocusAutomatically focus the input on page load.
OptionalchangeFired when the input value changes.
OptionalclsAdditional CSS classes.
OptionalcontentChild content (components, strings, or HTML).
OptionaldisabledComponent is initialy disabled.
Optionaldom_DOM event listeners.
OptionalexistingExisting DOM element to wrap.
OptionalflexEnables flex layout (boolean) or sets flex-grow (number).
OptionalfocusFired when the input receives/loses focus.
OptionalheightHeight (px or string like "50%").
OptionalhiddenComponent is initialy hidden.
OptionalidElement ID.
OptionallabelOptionalnameInput field name. required if you want to use form getValues/setValues
OptionalnsNamespace for SVG/MathML elements.
OptionalplaceholderPlaceholder text displayed when empty.
OptionalreadonlyMakes the input read-only.
OptionalrefReference to the component instance.
OptionalrequiredMarks the input as required.
OptionalresizeOptionalstyleInline CSS styles.
OptionaltagHTML tag name (default: "div").
OptionaltooltipTooltip text.
OptionaltrimOptionalvalueOptionalwidthWidth (px or string like "50%" or "3em").
HTML attributes.