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
mertsincan
changed the title
Primereact V6.3.0: Multiselect item on 0 index is getting selected
Multiselect item on 0 index is getting selected
May 5, 2021
can i know the release date of this fix? Because, if i go with current V6.3.0, i need to make so many changes in my project and we are about to release now.
I have just recently updated primereact version from 6.1.0 to 6.3.0. I have found issue that Item which set on 0 is not getting selected.
can you please help me? here is my code snippet example...
My List:
var list : [{id:0, name:"All"},{id:1, name:"User 1"},{id:2, name:"User 2"},{id:3, name:"User 3"},{id:4, name:"User 4"}];
<MultiSelect id="mulUser" filter value={this.state.userIds} options={this.state.list} optionLabel="name" optionValue="id" .... />
The text was updated successfully, but these errors were encountered: