Commit fac1e062 authored by 田翔's avatar 田翔

fix: 输入框输入无效问题

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