ember-models-table
ember-models-table copied to clipboard
In-line-edit does not work with Ember Paper.
-
I'm submitting a ...
- [X ] bug report
-
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
oryarn
version: yarn 1.22.10 -
ember-paper
1.0.0-beta.35
Hi, @lfrost. Yes, it's a bug. Going to fix it. Thanks for report!