Skip to content

Commit

Permalink
feat(chat): Set minWidth of TextAre
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Sep 5, 2024
1 parent 4a191a1 commit 9b6298b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class MessageBox extends DOMComponent<MessageBox, Properties> {
stylingMode: 'outlined',
placeholder: 'Type a message',
autoResizeEnabled: true,
maxHeight: '20em',
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ QUnit.module('MessageBox', moduleConfig, () => {
stylingMode: 'outlined',
placeholder: 'Type a message',
autoResizeEnabled: true,
maxHeight: '20em',
};

const textArea = TextArea.getInstance(this.$textArea);
Expand Down

0 comments on commit 9b6298b

Please sign in to comment.