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 am using Angular-Material component in an application that uses modals. The modal is controlled by a global service that opens it and dynamically loads a component inside it, using DynamicComponentLoader.loadAsRoot(). When material textbox is rendered this way, the placeholder is not rendered at all. The <label> tag that should contain the placeholder is missing.
What is the expected behavior?
The textbox should be rendered with the placeholder
What is the current behavior?
The placeholder is missing. The <label> tag is missing.