Skip to content

Add dynamic options list for the Filters component #97

Description

@mohammadhasanzadeh

In some cases it not possible to prefetch all options from remote api due to large list of options,
for addressing this issue a good idea is that the FilterFieldConfig accept a function like (search: string): Promise<FilterOption[]> => {} as an options.
related issue: #56

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions