tsx-dom icon indicating copy to clipboard operation
tsx-dom copied to clipboard

HTML spellcheck attribute has the wrong type

Open pglewis opened this issue 1 year ago • 0 comments

spellcheck, like draggable, is another of those oddball attributes that is enumerable "true" | "false" and not boolean (see #35).

I don't have time to throw together a PR atm but can do if no one gets around to before I do.

pglewis avatar May 09 '25 14:05 pglewis