We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8d87f commit 94d1c43Copy full SHA for 94d1c43
src/packages/searchbar/demos/h5/demo10.tsx
@@ -26,7 +26,7 @@ const Demo = () => {
26
onFocus={() => {
27
console.log('focus dvalue', dvalue)
28
if (dvalue) {
29
- setValue1(dvalue)
+ setValue1(dvalue.split(',').join(''))
30
setDvalue('')
31
}
32
}}
src/packages/searchbar/demos/taro/demo10.tsx
0 commit comments