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.
Please tell us about your environment:
ember-models-table version: 3.4.0
ember version: 3.24.3
ember-data version: 3.24.2
ember-cli version: 3.25.3
node version: 14.16.1
npm or yarn version: yarn 1.22.10
ember-paper 1.0.0-beta.35
The text was updated successfully, but these errors were encountered:
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-table
version: 3.4.0ember
version: 3.24.3ember-data
version: 3.24.2ember-cli
version: 3.25.3node
version: 14.16.1npm
oryarn
version: yarn 1.22.10ember-paper
1.0.0-beta.35The text was updated successfully, but these errors were encountered: