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
Line 67
It will throw an error and break the UI if null is returned inside a promise. Now you have to actually throw inside promise instead to avoid UI breaks
fluentui/packages/react/src/components/pickers/BasePicker.tsx
Line 807 in 3dbb57b
It should not allow items being added as per documentation
Are you willing to submit a PR to fix? Yes
Requested priority: Normal
Products/sites affected: N/A
The text was updated successfully, but these errors were encountered:
Because this issue has not had activity for over 150 days, we're automatically closing it for house-keeping purposes.
Still require assistance? Please, create a new issue with up-to date details.
Sorry, something went wrong.
GeoffCoxMSFT
Successfully merging a pull request may close this issue.
Environment Information
Please provide a reproduction of the bug in a codepen: https://codepen.io/spwizard01/pen/zYzZXam?editors=0010
Line 67
Actual behavior:
It will throw an error and break the UI if null is returned inside a promise.
Now you have to actually throw inside promise instead to avoid UI breaks
fluentui/packages/react/src/components/pickers/BasePicker.tsx
Line 807 in 3dbb57b
Expected behavior:
It should not allow items being added as per documentation
Priorities and help requested:
Are you willing to submit a PR to fix? Yes
Requested priority: Normal
Products/sites affected: N/A
The text was updated successfully, but these errors were encountered: