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

[BUG] Value being cleared out even though it should have retained the value since there's no changes made #104

Open
Unidraga opened this issue Jun 9, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Unidraga
Copy link

Unidraga commented Jun 9, 2021

Using the demo given, under the "Ajax country request" column.

When you type 'cana' and hit Tab key, it'll select 'Canada' and move over the right, which is the 'Capital slow request with spinner' column.

Go back to the cell that says 'Canada' and double click on it.
It'll show the cursor that's waiting for input.
Now click on any other cell.
The cell 'Canada' will be cleared out.

The expected behavior is that it should retain whatever was in the cell instead of clearing out the cell.

Take 'Price' column for example, the value in the cell retains after following the steps detailed above.

@Unidraga Unidraga added the bug Something isn't working label Jun 9, 2021
@Unidraga Unidraga changed the title [BUG] [BUG] Value being cleared out even though it should have retained the value since there's no changes made Jun 17, 2021
@davgonza
Copy link

Apparently this bug is still reproducible using the Demo stackblitz page (in the rest URL, use https://restcountries.com/v2/name/${match}, instead)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants