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]: Combobox autocomplete both does not work well with async options #1143

Open
joshuaellis opened this issue Jun 19, 2023 · 0 comments
Open
Labels
issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: design-system relates to design-system package status: confirmed Confirmed by a Strapi Team member or multiple community members

Comments

@joshuaellis
Copy link
Member

What version of strapi-design-system are you using?

  • 1.8.0

What's Wrong?

The input autocomplete of the combobox is intermittent in it's ability when you're using an async data-source that causes the options to update on typing, sometimes it works, sometimes it doesn't

To Reproduce

  • Have a combobox that updates the list of combobox options it shows on typing
  • begin typing in combobox
  • sometimes there's inline autocomplete, other times not.

Expected Behaviour

The inline autocomplete should always work when autocomplete is set to both.

@joshuaellis joshuaellis added issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve status: confirmed Confirmed by a Strapi Team member or multiple community members source: design-system relates to design-system package labels Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: design-system relates to design-system package status: confirmed Confirmed by a Strapi Team member or multiple community members
Projects
None yet
Development

No branches or pull requests

1 participant