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

The same names (products) in the list of suggestion #4

Open
mlplabs opened this issue Feb 27, 2023 · 0 comments
Open

The same names (products) in the list of suggestion #4

mlplabs opened this issue Feb 27, 2023 · 0 comments
Labels
bug Something isn't working frontend

Comments

@mlplabs
Copy link
Owner

mlplabs commented Feb 27, 2023

Products with the same name but different manufacturers are displayed in the same way.
The autocomplete component must work not only with the key and value, but also with the view for the list.

[
  {
    "id":0, // selected value key
    "val": "display of selected value",
    "title": "value to display in the list"
  }
]
@mlplabs mlplabs added bug Something isn't working frontend labels Feb 27, 2023
@mlplabs mlplabs added this to the Alpha version release milestone Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

1 participant