Skip to content

Commit

Permalink
Merge pull request #5923 from formio/FIO-9386-fixed-defaout-value-whe…
Browse files Browse the repository at this point in the history
…n-logic-is-configured

FIO-9386: fixed an issue where configured logic prevents the component settings saving because of validation configured in logic
  • Loading branch information
brendanbond authored Nov 25, 2024
2 parents c9a1f36 + b428b7b commit 82dc938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebformBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,7 @@ export default class WebformBuilder extends Component {
'conditional',
'customConditional',
'id',
'logic',
'fields.day.required',
'fields.month.required',
'fields.year.required',
Expand Down

0 comments on commit 82dc938

Please sign in to comment.