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
Related to solidjs/solid#594 - basically you cannot have a custom element with readonly prop, as it is always converted to readOnly, which is required for input element, but readOnly is not part of HTMLElement spec, only HTMLInputElement.
Related to solidjs/solid#594 - basically you cannot have a custom element with readonly prop, as it is always converted to readOnly, which is required for input element, but readOnly is not part of HTMLElement spec, only HTMLInputElement.
https://playground.solidjs.com/anonymous/3385e30a-71ab-478f-8307-4752b1729eee
Aliasing readonly to readOnly should be made only for tag.
The text was updated successfully, but these errors were encountered: