Skip to content

Commit

Permalink
enable autoResize on Textarea component (#6251)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiewaese-uncharted authored Jan 24, 2025
1 parent 1ae815e commit af27deb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
:model-value="scenario.modelSelectionCriteria"
placeholder="What is your goal (optional)"
@update:model-value="scenario.setModelSelectionCriteria($event)"
:autoResize="true"
/>
</template>
</template>
Expand Down

0 comments on commit af27deb

Please sign in to comment.