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
{{ message }}
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
handleAddChip(chip){if(this.props.onBeforeAdd&&!this.props.onBeforeAdd(chip)){this._preventChipCreation=truereturnchip ? true : false;// -> allow default only if there is no chip to add}
The text was updated successfully, but these errors were encountered:
Scenario
123
onBeforeAdd
to accept only 6 charactersI am referring to this piece of code:
https://github.com/TeamWertarbyte/material-ui-chip-input/blob/master/src/ChipInput.js#L391-L394
should be
The text was updated successfully, but these errors were encountered: