Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-line-edit does not work with Ember Paper. #442

Open
lfrost opened this issue Apr 8, 2021 · 1 comment
Open

In-line-edit does not work with Ember Paper. #442

lfrost opened this issue Apr 8, 2021 · 1 comment
Assignees
Labels

Comments

@lfrost
Copy link

lfrost commented Apr 8, 2021

  • 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 or yarn version: yarn 1.22.10
  • ember-paper 1.0.0-beta.35
@onechiporenko
Copy link
Owner

onechiporenko commented Apr 12, 2021

Hi, @lfrost. Yes, it's a bug. Going to fix it. Thanks for report!

@onechiporenko onechiporenko self-assigned this Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants