Skip to content

InputText

Using this component:

from miniappi.content.v0.widgets import InputText
InputText(...)

Attributes

attribute type description required
defaultValue string The default value for the input when not controlled by modelValue. False
inputmode string:
  • 'none'
  • 'text'
  • 'tel'
  • 'url'
  • 'email'
  • 'numeric'
  • 'decimal'
  • 'search'
Hints at the type of data that might be entered by the user while editing the element or its contents False
placeholder string None False
submitText string None False