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
Setting an <output>'s form with a non-ancestor form's id should be allowed, but is set as readonly in typescript (as it is in the whatwg idl). <output>'s form attribute is similar to the others (whatwg/html#6165) so we should add the output tag as an additional override here.
The text was updated successfully, but these errors were encountered:
Line:
glimmer-vm/packages/@glimmer/runtime/lib/dom/props.ts
Line 48 in 25fb030
Bug:
emberjs/ember.js#19272
Setting an
<output>
'sform
with a non-ancestor form'sid
should be allowed, but is set asreadonly
in typescript (as it is in the whatwg idl).<output>
's form attribute is similar to the others (whatwg/html#6165) so we should add theoutput
tag as an additional override here.The text was updated successfully, but these errors were encountered: