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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
Current behavior
We are using an amexio-datagrid that has column with a checkbox in it to select a row. When I select a row in the data grid and then use the search filter, any rows that were selected previously are now cleared. This same thing happens with an amexio-listbox.
Expected behavior
If I select a row in the data grid and then use the search filter, the row should still be selected.
Minimal reproduction of the problem with instructions
For bug reports please provide the STEPS TO REPRODUCE and if possible a MINIMAL DEMO of the problem via https://plnkr.co or similar (you can use Our Amexio Plunker as a starting point: http://plnkr.co/edit/M9AeGH?p=info)
Select a row in the datagrid
Use one of the search filters (doesn't matter whether the search includes the selected row or not, but if it does the row will no longer be selected)
Clear the search and any previously selected rows are no longer selected.
What is the motivation / use case for changing the behavior?
Environment
Angular version: X.Y.Z
I was able to recreate this issue on the demo site with the amexio-listbox here: https://api.amexio.org/api/v5.20/index.html#/data/listbox-demo
Browser:
- [x ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: 12.0.0
- Platform: Mac
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
We are using an amexio-datagrid that has column with a checkbox in it to select a row. When I select a row in the data grid and then use the search filter, any rows that were selected previously are now cleared. This same thing happens with an amexio-listbox.
Expected behavior
If I select a row in the data grid and then use the search filter, the row should still be selected.
Minimal reproduction of the problem with instructions
For bug reports please provide the STEPS TO REPRODUCE and if possible a MINIMAL DEMO of the problem via
https://plnkr.co or similar (you can use Our Amexio Plunker as a starting point: http://plnkr.co/edit/M9AeGH?p=info)
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: