-
Notifications
You must be signed in to change notification settings - Fork 382
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
ListPicker add ability to filter the control in other ways #319
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
I second this request. Adding a new property that would allow filtering the list using an OData query (e.g.: I'd be willing to provide a PR to add a new |
This has now been copied over from the control project and will be available in version |
Thanks @estruyf - this is precisely what I had envisioned. |
This is now included within the |
Category
[X] Enhancement
[ ] Bug
[ ] Question
Version
Please specify what version of the library you are using: [1.13.1]
Expected / Desired Behavior / Question
Ability to filter list using something other than list template
I think it would be nice to have a promise like callback that would allow the developer to filter, or possibly a filter string that could be sent on the "GET" request or both.
The text was updated successfully, but these errors were encountered: