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
The observable $ responseStates retrieves the data as expected, and if I inspect the HTML generated in the browser I can see a completely filled select with the data I expect. But this data is not loaded in the select dropdown on the screen.
I've read that the material_select () function has been deprecated and should now use the formSelect () function. However, when I do this substitution I get error messages in the console stating that the formSelect function can not be found in the file materialize.js, and in fact when I go to the file I can only find the material_select () function.
I'm using version 15.1.10 of the angular2-materialize package.
The text was updated successfully, but these errors were encountered:
I'm having trouble trying to load the options of a select with data from an observable.
My component code:
My HTML template looks like this:
The observable $ responseStates retrieves the data as expected, and if I inspect the HTML generated in the browser I can see a completely filled select with the data I expect. But this data is not loaded in the select dropdown on the screen.
I've read that the material_select () function has been deprecated and should now use the formSelect () function. However, when I do this substitution I get error messages in the console stating that the formSelect function can not be found in the file materialize.js, and in fact when I go to the file I can only find the material_select () function.
I'm using version 15.1.10 of the angular2-materialize package.
The text was updated successfully, but these errors were encountered: