dynamic-forms-bootstrap / Interface

BsInputProps

Extends:InputProps<InputType>

No documentation has been provided.

Properties

NameTypeDescription
floatingLabel
boolean | undefined
helpText
DynamicText | undefined
invalidFeedback
DynamicText | undefined
placeholder
inherited from InputProps
DynamicText | undefined
plaintext
boolean | undefined
size
"sm" | "lg" | 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
validFeedback
DynamicText | undefined