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
Even when save="value", the default setSelected is sending key instead of value.
The text was updated successfully, but these errors were encountered:
There is a bug in multiple selection. When I changed it as follows, it solved it, but an update is required.
MultipleSelectList.tsx
React.useEffect(() => { setSelectedVal(defaultOption) },[defaultOption])
defaultOption = []
const [selectedval, setSelectedVal] = React.useState(defaultOption);
The project is nice, but it's terrible that it was published without checking and that so many people are trying to find a solution here.
@danish1658
Sorry, something went wrong.
any update on this??
danish1658
No branches or pull requests
Even when save="value", the default setSelected is sending key instead of value.
The text was updated successfully, but these errors were encountered: