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

Search result issues with Rx-Select #595

Open
MilitPanchasara opened this issue Sep 16, 2022 · 1 comment
Open

Search result issues with Rx-Select #595

MilitPanchasara opened this issue Sep 16, 2022 · 1 comment

Comments

@MilitPanchasara
Copy link

Describe the bug

There're 2 issues found with Rx-Select:

  1. In dynamic drop-down, query param is not properly passed to the API mentioned in the rx-select.
    image

  2. When user enters search string with special characters in rx-select with static source, search results in drop down is not properly filtered.
    image

Expected Behavior

  1. Query param passed to the source API should be the exact same as user inputs.
  2. Rx-select dropdown should contains all the matching results with user input.

To Reproduce

Use this link to reproduce the issue:
https://stackblitz.com/edit/rxweb-select-value-qmlq3h?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts

Url (stackblitz)

https://stackblitz.com/edit/rxweb-select-value-qmlq3h?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts

Package Version

@rxweb/[email protected]

@thakorhitesh
Copy link

@MilitPanchasara,

  1. Query param passed to the source API should be the exact same as user inputs. =>it's part of URL encryption
  2. Rx-select dropdown should contains all the matching results with user input. => try with latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants