Skip to content

Commit

Permalink
✨ [open-formulieren/open-forms#4699] Trigger AddressNL validation aft…
Browse files Browse the repository at this point in the history
…er blur
  • Loading branch information
robinmolen committed Jan 29, 2025
1 parent 263df05 commit 74147f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/formio/components/AddressNL.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ const AddressNLForm = ({initialValues, required, deriveAddress, layout, setFormi
houseNumber: true,
city: true,
}}
validateOnChange={false}
validationSchema={toFormikValidationSchema(
addressNLSchema(required, intl, {
postcode: {
Expand Down

0 comments on commit 74147f9

Please sign in to comment.