Interface IIgrSelectProps

Hierarchy

Hierarchy

Properties

autofocus?: string | boolean

The autofocus attribute of the control.

blur?: ((s, e) => void)

Type declaration

change?: ((s, e) => void)

Type declaration

children?: ReactNode
className?: string
closed?: ((s, e) => void)

Type declaration

closing?: ((s, e) => void)

Type declaration

disabled?: string | boolean

The disabled state of the component

distance?: string | number

The distance of the select dropdown from its input.

emitEvent?: any
focus?: ((s, e) => void)

Type declaration

id?: string
invalid?: string | boolean

Control the validity of the control.

keepOpenOnOutsideClick?: string | boolean

Whether the component dropdown should be kept open on clicking outside of it.

keepOpenOnSelect?: string | boolean

Whether the component dropdown should be kept open on selection.

label?: string

The label attribute of the control.

name?: string

The name attribute of the control.

open?: string | boolean

Sets the open state of the component.

opened?: ((s, e) => void)

Type declaration

opening?: ((s, e) => void)

Type declaration

outlined?: string | boolean

The outlined attribute of the control.

placeholder?: string

The placeholder attribute of the control.

placement?: string | DropdownPlacement

The preferred placement of the select dropdown around its input.

required?: string | boolean

Makes the control a required field in a form context.

scrollStrategy?: string | SelectScrollStrategy

Determines the behavior of the component during scrolling of the parent container.

style?: CSSProperties
value?: string