Update dom-event-handlers.js

pull/16008/head
maliming 3 years ago committed by GitHub
parent 050a11de0e
commit 0a05b72863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,6 +96,7 @@
if(name.indexOf(".ExtraProperties[") > 0) {
selectedTextInputName = name.substring(0, name.length - 1) + "_Text]"
}
let selectedTextInput = $('<input>', {
type: 'hidden',
id: selectedTextInputName,
name: selectedTextInputName,

Loading…
Cancel
Save