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
In above link, I have selected auto Commit option and single click, because I dont want my select drop-down getting open for descendent cells if I click out side of the table
In this case if in multi-select column i.e. prerequisites column if you select Task 1 and Task 2 and click out side on some other row of table the selection is not persisting.
Steps to Reproduce
Click auto Complete true (for me auto Commit should be true other wise it will open drop down for descendent cells)
Select select Task 1 and Task 2 from prerequisites column
Click on some other row not on the same row. Selection done for prerequisites column cell is not persisting
Expected Behavior
Should persists the prerequisites column cell selection if you click on some other row of table
Current Behavior
Multi select drop down selection is not persisting if we have autoCommitEdit: true
hmm I always, and must users do as well, click on the "OK" button at the bottom. I never tried clicking outside and that kinda make sense that it doesn't do anything. I assume this problem is in the 3rd party lib multiple-select, if you want to help you can take a look at the file multiple-select.js, it's a customized version of that 3rd party lib (for example, I added the "OK" button since that didn't exist in the original lib).
I'm submitting a Bug report
Your Environment
Describe the Bug
https://ghiscoding.github.io/Angular-Slickgrid/#/editor
In above link, I have selected auto Commit option and single click, because I dont want my select drop-down getting open for descendent cells if I click out side of the table
In this case if in multi-select column i.e. prerequisites column if you select Task 1 and Task 2 and click out side on some other row of table the selection is not persisting.
Steps to Reproduce
Expected Behavior
Should persists the prerequisites column cell selection if you click on some other row of table
Current Behavior
Multi select drop down selection is not persisting if we have autoCommitEdit: true
Possible Solution
Please provide possible solution for this
Code Sample
https://ghiscoding.github.io/Angular-Slickgrid/#/editor
This looks a bug for us thats why I am reporting to github
The text was updated successfully, but these errors were encountered: