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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Commit a2bc3c6 introduced styling for ng-messages. Since the styling is on elements and (unprefixed) attributes (e.g. ng-message, [ng-message]) the styling does not work for prefixed attibutes. It would be nice if the styling is also applied on the prefixed variants of the ng-message attribute (e.g. [data-ng-message] and [x-ng-message]).
Commit a2bc3c6 introduced styling for ng-messages. Since the styling is on elements and (unprefixed) attributes (e.g.
ng-message, [ng-message]
) the styling does not work for prefixed attibutes. It would be nice if the styling is also applied on the prefixed variants of the ng-message attribute (e.g.[data-ng-message]
and[x-ng-message]
).The change would (I think) only include changes to input-theme.scss and input.scss.
Related: #372
The text was updated successfully, but these errors were encountered: