Skip to content

Commit

Permalink
Merge pull request #27 from open-formulieren/chore/remove-unused-widget
Browse files Browse the repository at this point in the history
🔥 Blacklist 'widget' property
  • Loading branch information
sergei-maertens authored Nov 13, 2023
2 parents c51f719 + a298055 commit e6139c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/formio/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ type UnusedFormioProperties =
| 'customDefaultValue'
| 'calculateValue'
| 'allowCalculateOverride'
| 'widget'
| 'refreshOn'
| 'clearOnRefresh'
// we roll our own validate with only the relevant keys for each component
Expand Down

0 comments on commit e6139c9

Please sign in to comment.