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

Add filter feature to PickList #3035

Closed
mertsincan opened this issue Jul 5, 2022 · 0 comments
Closed

Add filter feature to PickList #3035

mertsincan opened this issue Jul 5, 2022 · 0 comments
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@mertsincan
Copy link
Member

Name Type Default Description
filterBy string null When specified displays an input field to filter the items on keyup and decides which field to search (Accepts multiple fields with a comma).
filterMatchMode string contains Defines how the items are filtered, valid values are "contains" (default) "startsWith", "endsWith", "equals", "notEquals", "in", "lt", "lte", "gt" and "gte".
filterLocale string undefined Locale to use in filtering. The default locale is the host environment's current locale.
sourceFilterValue string null Filter value in the target list.
targetFilterValue string null Filter value in the source list.
showSourceFilter boolean true Whether to show filter input for source list when filterBy is enabled.
showTargetFilter boolean true Whether to show filter input for target list when filterBy is enabled.
sourceFilterPlaceholder string null Placeholder text on source filter input.
targetFilterPlaceholder string null Placeholder text on target filter input.
sourceFilterTemplate any null Template for the source filter content.
targetFilterTemplate any null Template for the target filter content.
Name Parameters Description
onSourceFilterChange event.originalEvent: Browser eventevent.value: Filtered value Callback to invoke when items are filtered within source list.
onTargetFilterChange event.originalEvent: Browser eventevent.value: Filtered value Callback to invoke when items are filtered within target list.
@mertsincan mertsincan added the Type: New Feature Issue contains a new feature or new component request label Jul 5, 2022
@mertsincan mertsincan added this to the 8.2.0 milestone Jul 5, 2022
@mertsincan mertsincan self-assigned this Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

1 participant