Commit fac1e062 authored by 田翔's avatar 田翔

fix: 输入框输入无效问题

parent 826fa9a4
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.3.8", "version": "5.3.9",
"description": "5.3.8 存储ID", "description": "5.3.9 输入框输入无效问题",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -38,6 +38,7 @@ const TextInput = (props) => { ...@@ -38,6 +38,7 @@ const TextInput = (props) => {
const handleChange = (e) => { const handleChange = (e) => {
if (addons) { if (addons) {
onChange(e.target.value) onChange(e.target.value)
setShowValue(e.target.value)
} }
} }
......
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