Commit 5e92e62b authored by 田翔's avatar 田翔

fix: 文本默认本人部门问题

parent 729eb0e2
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "4.0.1", "version": "4.0.2",
"description": "4.0.1: 隐藏组件数据丢失问题", "description": "4.0.2: 文本默认本人部门问题",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -63,7 +63,7 @@ const textWidgets = [ ...@@ -63,7 +63,7 @@ const textWidgets = [
title: '文本', title: '文本',
type: 'string', type: 'string',
widget: 'TextInput', widget: 'TextInput',
placeholder: '请输入内容' placeholder: '请输入内容',
}, },
setting: { setting: {
widget: { widget: {
......
...@@ -32,7 +32,6 @@ const InputDefault = (props) => { ...@@ -32,7 +32,6 @@ const InputDefault = (props) => {
<div className={styles.inputDefault}> <div className={styles.inputDefault}>
<Input <Input
disabled={disabled} disabled={disabled}
allowClear
value={value} value={value}
onChange={inputChange} onChange={inputChange}
style={style} style={style}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment