Skip to content

Commit a43fbb2

Browse files
committed
fix min and max value issue
1 parent fac8cf1 commit a43fbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export function blurHandler(event) {
160160

161161
const { oldValue } = target[CONFIG_KEY]
162162

163-
updateValue(target, null, { force: true, emit: false, clean: true }, event)
163+
updateValue(target, null, { force: true, emit: true, clean: true }, event)
164164

165165
if (oldValue !== target.value) {
166166
target.dispatchEvent(FacadeChangeEvent())

0 commit comments

Comments
 (0)