Skip to content

Commit

Permalink
fix(set): empty input update
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Apr 28, 2024
1 parent 49e9d26 commit b67e2fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/forms/src/components-control/input-parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export async function validateFormInput(astro: AstroGlobal, bind: BindForm<any>)

// validate filed exits
if (!OK_INPUT_VALUE_NULL.includes(type) && !validateRequire(aboutInput, required)) {
aboutInput.setValue();
return;
}

Expand Down

0 comments on commit b67e2fc

Please sign in to comment.