Skip to content

Commit

Permalink
🔥 Blacklist 'widget' property
Browse files Browse the repository at this point in the history
We don't use it an it's typed as any anyway, so it's not very useful.
  • Loading branch information
sergei-maertens committed Nov 13, 2023
1 parent c51f719 commit a298055
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 a298055

Please sign in to comment.