AgnosticUI / agnosticui

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte.
https://agnosticui.com
Apache License 2.0
723 stars 47 forks source link

[Svelte] Disabled attribute not applied to textarea #256

Open hey-red opened 1 year ago

hey-red commented 1 year ago

Describe the bug Disabled attribute is missing for textarea

To Reproduce Steps to reproduce the behavior:

  1. Set isDisabled to Input with type "textarea".
  2. Style has applied, but user can still change text.