Actions / removeAttribute

Remove an HTML attribute entirely

<button @action="removeAttribute#disabled" @target="token" class="demo-btn ghost">Unlock</button>

<div class="demo-input-group">
  <label for="token">API token</label>

  <input id="token" class="demo-input" type="text" value="sk_live_4eC39HqLyjWDrf" disabled>
</div>