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]: IgcDataGrid - strange FilterRow behavior if input Japanese #1393

Open
cleverdog opened this issue Sep 19, 2024 · 0 comments
Open

[Bug]: IgcDataGrid - strange FilterRow behavior if input Japanese #1393

cleverdog opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working 🆕 status: new The issue is new and will be reviewed when somebody picks it up.

Comments

@cleverdog
Copy link

Which component(s) are affected?

Other/unknown (please specify in the description)

Description

b3b919d425c522106e7655d4ffe6eb1e

When using RowFilter on column that has Japanese text data, when the Delete key is pressed and the filter conditions match, the search results are not reflected during Japanese input. More specifically, there is no response after pressing the Delete key once, but it responds after pressing the Delete key twice.

Reproduction

  1. Open this sample (https://codesandbox.io/p/sandbox/lingering-architecture-xcq88f?workspaceId=eb199991-8dc0-4a5c-b90d-5025f88fc329)
  2. Change the row filter condition of country column to "contains".
  3. Put a Japanese like "ア" to match conditions of keyword "アメリカ". Then, row filter works.
  4. Put a additional text to be unmatched to conditions like "あ".
  5. Delete the "あ" to match "アメリカ" again. But it doesn't work.
  6. If putting "あ" twice then deleting twice, row filter works as expected.

Workaround

I have not found a workaround, it will be very helpful.

Is this a regression?

No or unsure. This never worker, or I haven't tried before.

Affected versions

5.0.0

Browser/OS/Node environment

Browser: Chrome 128.0.6613.138

@cleverdog cleverdog added 🆕 status: new The issue is new and will be reviewed when somebody picks it up. bug Something isn't working labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🆕 status: new The issue is new and will be reviewed when somebody picks it up.
Projects
None yet
Development

No branches or pull requests

2 participants