fix: 修复只读模式下富文本编辑器的值无法显示的问题
This commit is contained in:
@ -417,7 +417,7 @@
|
||||
}
|
||||
|
||||
function readonlySupport(name) {
|
||||
return /Input|AutoCodeRule|DatePicker|Text|TimePicker|Range/.test(name);
|
||||
return /^(Input|AutoCodeRule|DatePicker|Text|TimePicker|Range|RichTextEditor)$/.test(name);
|
||||
}
|
||||
|
||||
function getShow(schema: FormSchema): boolean {
|
||||
|
||||
Reference in New Issue
Block a user