Allow shouldRequireFieldUpdates
to be passed to SQFormGuidedWorkflow task modules
#852
Labels
shouldRequireFieldUpdates
to be passed to SQFormGuidedWorkflow task modules
#852
Currently, every task module has
shouldRequireFieldUpdates
set totrue
. We should allow consumers to pass that prop as part of the task module definition.The main question we need to answer is if we'll want to introduce a breaking change by setting the default to
false.
If we default totrue
, that contradicts our other components which default tofalse
In my opinion I think setting the default to false, with a breaking change, is the route to go to keep our consistency throughout the library. Interested in other thoughts as well.
SQFormButton
SQFormDialog
SQFormScrollableCard
The text was updated successfully, but these errors were encountered: