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 recently upgraded my project to angular 15, and everything worked when I left material components as legacy ones, strangely when I migrated mat-form-field and mat-chips to the newer mdc components the color picker dialog stopped opening.
I understand it's odd since there's no dependency on material components from this one but the behavior changed when I changed material components.
Can you help me?
Thanks in advance.
Best regards and congratulations on the fine component :).
POFerro
The text was updated successfully, but these errors were encountered:
Looks like the focus and click events are not propagated to the child elements anymore, so you need to put the directive colorPicker on the element which receives them.
Hi :),
I recently upgraded my project to angular 15, and everything worked when I left material components as legacy ones, strangely when I migrated mat-form-field and mat-chips to the newer mdc components the color picker dialog stopped opening.
I understand it's odd since there's no dependency on material components from this one but the behavior changed when I changed material components.
Can you help me?
Thanks in advance.
Best regards and congratulations on the fine component :).
POFerro
The text was updated successfully, but these errors were encountered: