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
[ ] Enhancement
[x] Bug
[ ] Question
Please specify what version of the library you are using: [ 1.16.0 ]
List picker should return the list of chosen or empty array or null when multiple is allowed
"test is always included as the first element from return even no item is chosen
It only happens when multiSelect is enabled
<ListPicker context={this.props.context} multiSelect={true} label='Select your list(s)' includeHidden={false} onSelectionChanged={(selected) => console.log(selected)} />
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Sorry, something went wrong.
Thank you for submitting your first issue to this project.
Merge pull request #460 from mgwojciech/dev
6fdd7bb
#458 listPicker always return "test" when multiple allowed
Hi @s1nce! Thanks to @mgwojciech it has been fixed and will be available in the next version. You can also test it in current beta version.
No branches or pull requests
Category
[ ] Enhancement
[x] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 1.16.0 ]
Expected / Desired Behavior / Question
List picker should return the list of chosen or empty array or null when multiple is allowed
Observed Behavior
"test is always included as the first element from return even no item is chosen
Steps to Reproduce
It only happens when multiSelect is enabled
Thanks!
The text was updated successfully, but these errors were encountered: