You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I rolled back to version 1.0.1 so that I could overcome the bug where default input label does not show on first render, but now, I am trying to input a predefined countries list (to overcome terrible performance) and it does not recognize the countries list input.
To Reproduce
Add a select-country component to your layout.
configure with [countries]="predefinedCountries" to show a subset of countries.
configure a list in your controller predefinedCountries: Country[] = {...} with a short list.
Expected behavior
I would expect the control to show the short list of predefined countries.
However, the entire list (slow loading) of countries is still present.
Screenshots
Additional context
Is this input supported in version 1.0.1 or was it added in later versions?
The text was updated successfully, but these errors were encountered:
If you love this library please share it with your team and friends and please make sure that your are not missing any
cool angular library or component within my angular material extensions
I rolled back to version 1.0.1 so that I could overcome the bug where default input label does not show on first render, but now, I am trying to input a predefined countries list (to overcome terrible performance) and it does not recognize the countries list input.
To Reproduce
Add a select-country component to your layout.
configure with [countries]="predefinedCountries" to show a subset of countries.
configure a list in your controller predefinedCountries: Country[] = {...} with a short list.
Expected behavior
I would expect the control to show the short list of predefined countries.
However, the entire list (slow loading) of countries is still present.
Screenshots
Additional context
Is this input supported in version 1.0.1 or was it added in later versions?
The text was updated successfully, but these errors were encountered: