新增动态输入单选、多行文本、默认值等特性;发布新版本

This commit is contained in:
2023-11-17 17:44:13 +08:00
parent 494ccc144a
commit ebd774ddf7
7 changed files with 122 additions and 9 deletions

View File

@@ -2328,6 +2328,7 @@
var list = document.querySelectorAll('[data-toggle="property-input"]');
$.each(list, function (i, v) {
var data = $(v).data();
data.value = $(v).text();
propertyInput.render(v, data, admin);