I have some inputs in md-card. there is a way to do like:
<md-card-content [disabled]="phone._id>
Instead each one? tanks.
Yes, you can create a <fieldset>
which, unlike other elements like <form>
, accepts [disabled]
property.
All these fields that require to be disabled together have to be place inside it, just like in the following example:
<fieldset [disabled]=[true]>
<input type="text" ...>
<input ...>
</fieldset>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With