Applying read only property form onto elements using `attr` instead

This should generate the wanted behavior, without generating an exception.
pull/2670/head
Michael Braun 5 years ago
parent ab711ac89c
commit 29ad0cf14d

@ -308,21 +308,6 @@ const attribute_lookup = {
dropzone: {},
enctype: { applies_to: ['form'] },
for: { property_name: 'htmlFor', applies_to: ['label', 'output'] },
form: {
applies_to: [
'button',
'fieldset',
'input',
'keygen',
'label',
'meter',
'object',
'output',
'progress',
'select',
'textarea',
],
},
formaction: { applies_to: ['input', 'button'] },
headers: { applies_to: ['td', 'th'] },
height: {

Loading…
Cancel
Save