chips
v4.2.0arrow_drop_downv4.2.0
v3.1.8
v3.1.0
STATUS
Passing
DOWNLOADS
60
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
A year ago
SIZE
50 KB
Chips is used to enter multiple values on an input field.
1 contributor
Like
Install chips as a package?
Copied
npm i @bit/primefaces.primereact.chips
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.dev
Component Example 
modifieddraft
modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout


chevron_left
chevron_right
Properties
Name | Type | Default value |
---|---|---|
id | string | null |
name | string | null |
placeholder | string | null |
value | array | null |
max | number | null |
disabled | bool | null |
style | object | null |
className | string | null |
tooltip | string | null |
tooltipOptions | object | null |
ariaLabelledBy | string | null |
separator | string | null |
allowDuplicate | bool | true |
itemTemplate | function | null |
onAdd | function | null |
onRemove | function | null |
onChange | function | null |
onFocus | function | null |
onBlur | function | null |