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.
Chip component by default its an html <div> and you cannot apply name attribute to the html div,
solution: -
you need first to convert <Chip> to some HTML that can accept the name attribute (i.e: <button>) and then add name attribute to it by adding component prop to the Chip to be something like <Chip component="button" name="anything">
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to use ChipInput in a form but cannot find it's 'name' attribute.
The text was updated successfully, but these errors were encountered: