I'm currently making a modal in slack via slack app (modal example below)
Based by their docs and instruction, each time any of the sections are changed it will send api request to my defined URL.
Are there any options that can disable that so that i will only do an api call when submit action is being called, since making api call each time a section is being changed can be pretty spammy.
Have been looking into it but couldn't find any answer for that. Thanks.