Hello,
I have a custom question component (drag&drop) that worked fine in AF 5.6.1. Despite _canSubmit is set to true after dragging the first item, the submit button stays disabled. Do I miss something?
regards,
Rainer
Hello,
I have a custom question component (drag&drop) that worked fine in AF 5.6.1. Despite _canSubmit is set to true after dragging the first item, the submit button stays disabled. Do I miss something?
regards,
Rainer
sounds like the submit button behaviour changes made in v5.7.1 could have broken it.
Apologies for that.
I think if you revert back to the old behaviour using the instructionError plugin, that might resolve this. If not, or you want to make it compatible with the new functionality I think you just need to add a call to model.checkCanSubmit
whenever an item is dropped, a bit like this.