dynamic-forms-ionic / Interface

IonicInputProps

Extends:InputProps<InputType>

No documentation has been provided.

Properties

NameTypeDescription
clearInput
boolean | undefined
color
"primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "light" | "medium" | "dark" | undefined
counter
boolean | undefined
errorText
DynamicText | undefined
fill
"outline" | "solid" | undefined
helperText
DynamicText | undefined
labelPlacement
"fixed" | "start" | "end" | "stacked" | "floating" | undefined
maxlength
number | undefined
placeholder
inherited from InputProps
DynamicText | undefined
shape
"round" | undefined
type
overrides InputProps
"number" | "text" | "email" | "password" | "tel" | "url" | undefined

The HTML input type. Determines the value type:

  • 'number': value will be number
  • 'text', 'email', 'password', 'tel', 'url': value will be string