User:DannyS712/EFFPRH/sandbox.js: Difference between revisions

Content deleted Content added
labels
m force break before comment label
Line 208:
<p v-if="showDebug">Section {{ sectionNum }}, selected response: {{ selectedResponse }}, comment: {{ commentValue }}.</p>
<span>Action: </span><wvui-dropdown v-model="selectedResponse" :items="responseOptions" defaultLabel="Response to report" :disabled="haveSubmitted" />
<br />
<span>Comment:</span><wvui-input :value="commentValue" v-on:input="onCommentChange" placeholder="Comment" :disabled="haveSubmitted" />
<br />