Input Group Properties

Hierarchy

Properties

appendedButtons?: IButtonProps[]
appendedLabel?: string
assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string

Custom class names.

el?: HTMLElement

The element to render the component to.

formFl?: boolean
id?: string
isDisabled?: boolean
isLarge?: boolean
isReadonly?: boolean
isSmall?: boolean
label?: string
max?: number
min?: number
onChange?: ((value?, ev?) => void)

Type declaration

    • (value?, ev?): void
    • Parameters

      • Optional value: string
      • Optional ev: Event

      Returns void

onClear?: (() => void)

Type declaration

    • (): void
    • Returns void

placeholder?: string
prependedButtons?: IButtonProps[]
prependedLabel?: string
required?: boolean
rows?: number
step?: number
title?: string
type?: number
value?: string

Generated using TypeDoc