We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[X] feature request
add an option to hide remove icon for single chips item
The text was updated successfully, but these errors were encountered:
eedb022
Hi,
You can use;
removable={true | false} removable={(options) => boolean} // options = { value, index, props}
Best Regards,
Sorry, something went wrong.
Hi, When you use the removable with function it throws a lot of errors. removable={(options) => boolean} // options = { value, index, props}
@kriszdev can you provide a Code Sandbox reproducer. This will get you started so we can see the issue: https://codesandbox.io/s/06fjb4
mertsincan
No branches or pull requests
add an option to hide remove icon for single chips item
The text was updated successfully, but these errors were encountered: