Skip to content

Can't compose dead key sequences in account name #2136

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

Open
lukaw3d opened this issue Mar 5, 2025 · 2 comments
Open

Can't compose dead key sequences in account name #2136

lukaw3d opened this issue Mar 5, 2025 · 2 comments
Labels
upstream This issue depends on another one upstream wontfix This will not be worked on

Comments

@lukaw3d
Copy link
Member

lukaw3d commented Mar 5, 2025

Reported by @jberci

Type AltGr+4 and o
Image

@lukaw3d
Copy link
Member Author

lukaw3d commented Mar 5, 2025

It appears to be caused by gromment:

this works:

<Form>
  <TextInput
    value={...}
    onChange={...}
  ></TextInput>

this doesn't:

<Form
  value={...}
  onChange={...}
>
  <TextInput name="aa"></TextInput>

@lukaw3d
Copy link
Member Author

lukaw3d commented Mar 5, 2025

Maybe not, or fixed in next grommet version. It works in both these inputs: https://v2.grommet.io/form :/

@lukaw3d lukaw3d added wontfix This will not be worked on upstream This issue depends on another one upstream labels Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream This issue depends on another one upstream wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant