Skip to content

Commit

Permalink
💬 [#4719] Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Oct 22, 2024
1 parent 4bc98d6 commit 19bba62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/openforms/js/components/formio_builder/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ const getBuilderOptions = () => {
input: true,
inputMask: '9999 AA',
validateOn: 'blur',
// The validate config doesn't seem to be used. Its also missing in the form definition BD
// The validate config doesn't seem to be used. It's also missing in the form definition BD
// See for more information: https://github.com/open-formulieren/open-forms/issues/4719#issuecomment-2429166434
validate: {
customMessage: 'Invalid Postcode',
// Dutch postcode has 4 numbers and 2 letters (case insensitive). Letter combinations SS, SD and SA
Expand Down

0 comments on commit 19bba62

Please sign in to comment.