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

allow "typeaheadDebounceInterval" on material select fields to be set via templateOptions #2649

Closed
stephenatchison opened this issue Jan 4, 2021 · 0 comments · Fixed by #2872

Comments

@stephenatchison
Copy link

First of all we think Formly is great (been using it since AngularJs - thank you for all your work.

Is your feature request related to a problem? Please describe.
We are using Formly with the Material components and need to set the debounce time on select fields so that more than one character can be used to search for an entry. We haven't found a way to do this yet. If the debounce time is not set only the first letter of each entry will be considered.

Describe the solution you'd like
Ideally we would like to be able to set the debounce time using a templateOptions property.

Describe alternatives you've considered
We considered using a wrapper, but couldn't get access to the mat-select component itself. We alse considered copying the formly material select component and extending it with the required templateOption.

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

Successfully merging a pull request may close this issue.

1 participant