🐛 Fix input won't reset
This commit is contained in:
parent
2e74dcabd0
commit
2288c001df
@ -77,6 +77,7 @@ async function submit() {
|
|||||||
emits("swap", "pick")
|
emits("swap", "pick")
|
||||||
emits("update:challenge", data["challenge"])
|
emits("update:challenge", data["challenge"])
|
||||||
error.value = null
|
error.value = null
|
||||||
|
password.value = ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,6 +54,7 @@ async function submit() {
|
|||||||
emits("update:currentFactor", item)
|
emits("update:currentFactor", item)
|
||||||
emits("swap", "applicator")
|
emits("swap", "applicator")
|
||||||
error.value = null
|
error.value = null
|
||||||
|
focus.value = null
|
||||||
}
|
}
|
||||||
emits("update:loading", false)
|
emits("update:loading", false)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user