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
nolanlawson
changed the title
[SSR/template-compiler] Align draggable with spellcheck
[SSR/template-compiler] Align draggable with spellcheck [potentially breaking]
Nov 14, 2024
Currently we do a lot of special munging for the
spellcheck
attribute:lwc/packages/@lwc/template-compiler/src/codegen/index.ts
Lines 445 to 448 in 574ffbd
Arguably we should do the same thing for
draggable
since, in terms of IDL reflection, it works the same asspellcheck
but with a different default:Table of
setAttribute
values and what you get from the property afterwards:spellcheck
:draggable
:Test script:
The text was updated successfully, but these errors were encountered: