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.
I am using material-ui-chip-input to take multiple input fields. With each field I want to add an extra attribute called ifValid. Finally my chip looks like - {field:<string value>, ifValid:<boolean value> }.
How can I add such chips? I went through documentation and found chipRenderer but could not get much from docs.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using
material-ui-chip-input
to take multiple input fields. With each field I want to add an extra attribute calledifValid
. Finally my chip looks like -{field:<string value>, ifValid:<boolean value> }
.How can I add such chips? I went through documentation and found
chipRenderer
but could not get much from docs.The text was updated successfully, but these errors were encountered: