Skip to content

Commit

Permalink
Merge pull request #456 from mitre/445-title-box-visibility
Browse files Browse the repository at this point in the history
VULCAN-445: Title box visibility
  • Loading branch information
Tim Wong authored Aug 12, 2022
2 parents 80c6997 + 0d6b741 commit 354f6e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/javascript/components/rules/forms/RuleForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@
:title="tooltips['title']"
/>
</label>
<b-form-input
<b-form-textarea
:id="`ruleEditor-title-${mod}`"
:value="rule.title"
:class="inputClass('title')"
placeholder=""
:disabled="disabled || fields.disabled.includes('title')"
rows="1"
max-rows="99"
@input="$root.$emit('update:rule', { ...rule, title: $event })"
/>
<b-form-valid-feedback v-if="hasValidFeedback('title')">
Expand Down

0 comments on commit 354f6e8

Please sign in to comment.