fix: reset auto-submit on clear.

This commit is contained in:
ItzNotABug
2024-09-19 17:10:30 +05:30
parent 5248d9cc30
commit bdadff63a0
@@ -44,6 +44,7 @@
*/
export function clearInputsAndRefocus() {
value = '';
autoSubmitted = false;
if (element) {
const inputs = element.querySelectorAll('input');