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
What is the current behavior?
Inline-editing does not work with ember-paper. I first observed this locally, but it can also be seen on the demo page.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Go to the v3/paper demo page at https://onechiporenko.github.io/ember-models-table/v.3/paper/#/examples/in-line-edit and press the edit button for one of the rows. Observe that the data for that row is erased. Try to type in any field, and each character is immediately erased. View the record in Ember Inspector while typing, and see that each character typed replaces the previous. (Tested in latest Firefox and Chromium.)
[Bug] What is the expected behavior?
It should work as it does with Bootstrap. Going into edit mode should not erase the row, and each character typed should not overwrite.
I'm submitting a ...
What is the current behavior?
Inline-editing does not work with ember-paper. I first observed this locally, but it can also be seen on the demo page.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Go to the v3/paper demo page at https://onechiporenko.github.io/ember-models-table/v.3/paper/#/examples/in-line-edit and press the edit button for one of the rows. Observe that the data for that row is erased. Try to type in any field, and each character is immediately erased. View the record in Ember Inspector while typing, and see that each character typed replaces the previous. (Tested in latest Firefox and Chromium.)
[Bug] What is the expected behavior?
It should work as it does with Bootstrap. Going into edit mode should not erase the row, and each character typed should not overwrite.
Please tell us about your environment:
ember-models-tableversion: 3.4.0emberversion: 3.24.3ember-dataversion: 3.24.2ember-cliversion: 3.25.3nodeversion: 14.16.1npmoryarnversion: yarn 1.22.10ember-paper1.0.0-beta.35