You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| borderColor | string \| undefined | No |||| MultiSelect only - custom Pill border color - provide any color from palette or any valid css color value. ||
| value | string \| Record<string, unknown> \| undefined | No |||| The option's invisible internal value, if this is not passed the option will not be treated as interactive or selectable ||
258
+
| variant | "grey" \| "green" \| "red" \| "orange" \| "blue" \| "purple" \| "teal" \| "lime" \| "pink" \| "slate" \| undefined | No |||| MultiSelect only - set Pill color variant ||
259
259
| vocab | string \| undefined | No ||||||
260
260
| width | string \| number \| undefined | No ||||||
261
261
| data-element | string \| undefined | No |||| Identifier used for testing purposes, applied to the root element of the component. ||
| aria-valuemin | number \| undefined | No |||| Defines the minimum allowed value for a range widget. ||
312
312
| aria-valuenow | number \| undefined | No |||| Defines the current value for a range widget. ||
313
313
| aria-valuetext | string \| undefined | No |||| Defines the human readable text alternative of aria-valuenow for a range widget. ||
314
+
| borderColor | string \| undefined | No || Yes | Use `variant` prop instead. | MultiSelect only - legacy Pill color override retained for backwards compatibility. ||
314
315
| onKeyPress | KeyboardEventHandler<T> \| undefined | No || Yes | Use `onKeyUp` or `onKeyDown` instead |||
315
316
| onKeyPressCapture | KeyboardEventHandler<T> \| undefined | No || Yes | Use `onKeyUpCapture` or `onKeyDownCapture` instead |||
316
317
| aria-dropeffect | "copy" \| "link" \| "none" \| "execute" \| "move" \| "popup" \| undefined | No || Yes | in ARIA 1.1 | Indicates what functions can be performed when a dragged object is released on the drop target. ||
0 commit comments