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

Unable to use the lowercase letter 'f' in the product json field #2771

Closed
Dominic-Preap opened this issue Apr 9, 2024 · 0 comments
Closed
Assignees
Labels
type: bug 🐛 Something isn't working

Comments

@Dominic-Preap
Copy link
Contributor

Dominic-Preap commented Apr 9, 2024

Describe the bug
This issue is already exist here #2384 but now it happen on component json-editor-form-input

To Reproduce
Steps to reproduce the behavior:

  1. Add custom field in product
customFields: {
  Product: [
    {
      label: [{ languageCode: LanguageCode.en, value: 'Specifications' }],
      name: 'specs',
      type: 'text',
      ui: { component: 'json-editor-form-input' }
    }
}
  1. Edit the Specifications and press the letter 'f'
  2. Observe the variant list filter menu pops up rather than the letter 'f' in the description field

image

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

No branches or pull requests

2 participants