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

Fix unreliable input on SpellingVariantInput #800

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

codders
Copy link
Contributor

@codders codders commented Nov 13, 2024

In the port from Wikit to Codex, the new implementation of SpellingVariantInput was working, but was dropping some inputs entered by users.

Remove the unused search-input attribute of the Codex Lookup component in SpellingVariantInput and wire the input-value property in the same way it has been connected in the ItemLookup implementation.

Bug: T379595

In the port from Wikit to Codex, the new implementation of
`SpellingVariantInput` was working, but was dropping some inputs
entered by users.

Remove the unused `search-input` attribute of the Codex Lookup
component in `SpellingVariantInput` and wire the `input-value`
property in the same way it has been connected in the `ItemLookup`
implementation.

Bug: T379595
@codders codders requested a review from mariushoch November 13, 2024 12:09
Copy link
Member

@mariushoch mariushoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also fixes the lexeme e2e tests :)

@mariushoch mariushoch merged commit 3436371 into main Nov 13, 2024
3 checks passed
@mariushoch mariushoch deleted the bugfix/spelling-variant-input-issues-20241113 branch November 13, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants