Skip to content

Commit

Permalink
[open-formulieren/open-forms#5006] Added autoPopulated to addressNl c…
Browse files Browse the repository at this point in the history
…omponent schema
  • Loading branch information
vaszig committed Jan 16, 2025
1 parent d679665 commit 6b9f7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/formio/components/addressNL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface AddressData {
city?: string;
streetName?: string;
secretStreetCity?: string;
autoPopulated?: boolean;
}

export interface AddressComponents {
Expand Down
1 change: 1 addition & 0 deletions test-d/formio/components/addressNL.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ expectAssignable<AddressNLComponentSchema>({
city: '',
streetName: '',
secretStreetCity: '',
autoPopulated: false,
},
});

Expand Down

0 comments on commit 6b9f7c3

Please sign in to comment.