Content deleted Content added
disable inputs on submitting, cannot submit without response, clean up debug logging |
fix disable logic - disable when you have submitted |
||
Line 169:
<div class="script-EFFPRH-handler">
<p>Section {{ sectionNum }} for report by {{ reporterName }}. Selected response: {{ selectedResponse }}. Comment: {{ commentValue }}.</p>
<wvui-dropdown v-model="selectedResponse" :items="responseOptions" defaultLabel="Response to report" :disabled="
<wvui-input :value="commentValue" v-on:input="onCommentChange" placeholder="Comment" :disabled="
<br />
<wvui-button type="primary" action="progressive" :disabled="!canSubmit" v-on:click="submitHandler">Submit</wvui-button>
<wvui-button type="primary" action="destructive" :disabled="
</div>`
};
|