html
html copied to clipboard
Uncaught TypeError: Cannot assign to read only property 'type' of object '#<HTMLSelectElement>'
I just noticed (accidentally) that setting type_ "text" on a select compiles just fine but it produces a loop of errors in the browser.

I experienced the same with <textarea />.