From 375e2b84a8afa50bec8dc49dee910ec87a3b3601 Mon Sep 17 00:00:00 2001 From: Dimitris Grammatikogiannis Date: Mon, 14 Jun 2021 20:46:43 +0200 Subject: [PATCH] Update joomla-field-subform.w-c.es6.js --- .../system/js/fields/joomla-field-subform.w-c.es6.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js b/build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js index c474b08aa12ca..59c821d1192d2 100644 --- a/build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js +++ b/build/media_source/system/js/fields/joomla-field-subform.w-c.es6.js @@ -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'],