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

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

parent 729eb0e2
{
"name": "panda-xform",
"version": "4.0.1",
"description": "4.0.1: 隐藏组件数据丢失问题",
"version": "4.0.2",
"description": "4.0.2: 文本默认本人部门问题",
"keywords": [
"panda-xform"
],
......
......@@ -63,7 +63,7 @@ const textWidgets = [
title: '文本',
type: 'string',
widget: 'TextInput',
placeholder: '请输入内容'
placeholder: '请输入内容',
},
setting: {
widget: {
......
......@@ -32,7 +32,6 @@ const InputDefault = (props) => {
<div className={styles.inputDefault}>
<Input
disabled={disabled}
allowClear
value={value}
onChange={inputChange}
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