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
Interesting requirement, I could add an additional matcher for that, but seems very specific to me 👀 Also, the matching is currently only happening via keys and not via values, but it would be possible to implement.
Looking for exactly this functionality. Also Angular context, but could see it being nice for common attributes that don't necessarily have values i.e. <input required>
Would it be possible to add an option to group attributes when they don't have a value? This would be useful for Angular.
Example:
<app-selector> class="some-class" id="anId" formControlName="someControl" appDisableControl required [(ngModel)]="someModel" </app-selector>
Would be very helpful to choose where appDisableControl and required were placed in the list.
Thanks
The text was updated successfully, but these errors were encountered: