Skip to content

Commit

Permalink
Update joomla-field-subform.w-c.es6.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko authored Jun 14, 2021
1 parent bf3a893 commit 375e2b8
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
const allowList = {
button: ['type'],
input: [
'accept', 'alt', 'autocomplete', 'autofocus', 'capture',
'checked', 'dirname', 'disabled', 'height', 'list', 'max',
'maxlength', 'min', 'minlength', 'multiple', 'type', 'name',
'pattern', 'placeholder', 'readonly', 'required', 'size', 'src',
'step', 'value', 'width', 'inputmode',
'accept', 'alt', 'autocomplete', 'autofocus', 'capture',
'checked', 'dirname', 'disabled', 'height', 'list', 'max',
'maxlength', 'min', 'minlength', 'multiple', 'type', 'name',
'pattern', 'placeholder', 'readonly', 'required', 'size', 'src',
'step', 'value', 'width', 'inputmode',
],
select: ['name'],
textarea: ['name'],
Expand Down

0 comments on commit 375e2b8

Please sign in to comment.