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
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
FilterFieldConfigaccept a function like(search: string): Promise<FilterOption[]> => {}as anoptions.related issue: #56