New to KendoReactStart a free 30-day trial

ChipListProps

Interface

Represents the properties of ChipList component.

Definition

Package:@progress/kendo-react-buttons

Properties

Identifies the element(s) which describe the component, similar to HTML aria-describedby attribute. For example, these elements could contain error or hint message.

The accessible label of the component.

Identifies the element(s) which label the component.

chip?

ComponentType​<ChipProps>

Represents Chip component.

Sets additional classes to the ChipList.

Represents the data about the child Chips.

Represents the default data about the child Chips.

Represents the default value of the selection state of Chip component.

dir?

string

The ChipList direction 'ltr' as default or 'rtl'.

disabled?

boolean

Determines of ChipList is disabled.

id?

string

Sets the id property of the top div element of the ChipList.

name?

string

Specifies the name property of the input DOM element.

This property is part of the FormComponentProps interface.

Fires after value change.

Parameters:eventChipListChangeEvent

onClick?

(args: KendoMouseEvent​<ChipListHandle, HTMLDivElement>) => void

Fired when the element is clicked.

Parameters:argsKendoMouseEvent​<ChipListHandle, HTMLDivElement>

Fires after Chip data change.

Parameters:eventChipListDataChangeEvent

onDoubleClick?

(args: KendoMouseEvent​<ChipListHandle, HTMLDivElement>) => void

Fired when the element is double-clicked.

Parameters:argsKendoMouseEvent​<ChipListHandle, HTMLDivElement>

onMouseDown?

(args: KendoMouseEvent​<ChipListHandle, HTMLDivElement>) => void

Fired when the mouse button is pressed down on the element.

Parameters:argsKendoMouseEvent​<ChipListHandle, HTMLDivElement>

onMouseEnter?

(args: KendoMouseEvent​<ChipListHandle, HTMLDivElement>) => void

Fired when the mouse pointer enters the element.

Parameters:argsKendoMouseEvent​<ChipListHandle, HTMLDivElement>

onMouseLeave?

(args: KendoMouseEvent​<ChipListHandle, HTMLDivElement>) => void

Fired when the mouse pointer leaves the element.

Parameters:argsKendoMouseEvent​<ChipListHandle, HTMLDivElement>

onMouseMove?

(args: KendoMouseEvent​<ChipListHandle, HTMLDivElement>) => void

Fired when the mouse pointer moves over the element.

Parameters:argsKendoMouseEvent​<ChipListHandle, HTMLDivElement>

onMouseOut?

(args: KendoMouseEvent​<ChipListHandle, HTMLDivElement>) => void

Fired when the mouse pointer leaves the element or any of its child elements.

Parameters:argsKendoMouseEvent​<ChipListHandle, HTMLDivElement>

onMouseOver?

(args: KendoMouseEvent​<ChipListHandle, HTMLDivElement>) => void

Fired when the mouse pointer moves over the element or any of its child elements.

Parameters:argsKendoMouseEvent​<ChipListHandle, HTMLDivElement>

onMouseUp?

(args: KendoMouseEvent​<ChipListHandle, HTMLDivElement>) => void

Fired when the mouse button is released over the element.

Parameters:argsKendoMouseEvent​<ChipListHandle, HTMLDivElement>

required?

boolean

Specifies if null is a valid value for the component.

This property is part of the FormComponentProps interface.

Represents the selection state of Chip component.

size?

"small" | "medium" | "large"

Configures the size of the ChipList.

The available options are:

  • small
  • medium
  • large
Default:

undefined (theme-controlled)

style?

CSSProperties

Sets additional CSS styles to the ChipList.

tabIndex?

number

Sets the tabIndex attribute.

Represents the text field of Chip, used for the label.

valid?

boolean

Overrides the validity state of the component. If valid is set, the required property will be ignored.

This property is part of the FormComponentProps interface.

Controls the form error message of the component. If set to an empty string, no error will be thrown.

This property is part of the FormComponentProps interface.

If set to false, no visual representation of the invalid state of the component will be applied.

This property is part of the FormComponentProps interface.

Represents the selection state of Chip component.

Represents the value field of Chip, used for setting the Chip id.