|
|
@ -287,12 +287,18 @@ export const ChatTextField: FC<ChatTextFieldProps> = ({ defaultText, enabled, fo |
|
|
|
trigger="click" |
|
|
|
trigger="click" |
|
|
|
placement="topRight" |
|
|
|
placement="topRight" |
|
|
|
> |
|
|
|
> |
|
|
|
<button type="button" className={styles.emojiButton} title="Emoji picker button"> |
|
|
|
<button |
|
|
|
|
|
|
|
type="button" |
|
|
|
|
|
|
|
aria-label="Emoji picker" |
|
|
|
|
|
|
|
className={styles.emojiButton} |
|
|
|
|
|
|
|
title="Emoji picker button" |
|
|
|
|
|
|
|
> |
|
|
|
<SmileOutlined /> |
|
|
|
<SmileOutlined /> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</Popover> |
|
|
|
</Popover> |
|
|
|
<button |
|
|
|
<button |
|
|
|
type="button" |
|
|
|
type="button" |
|
|
|
|
|
|
|
aria-label="Send message" |
|
|
|
className={styles.sendButton} |
|
|
|
className={styles.sendButton} |
|
|
|
title="Send message Button" |
|
|
|
title="Send message Button" |
|
|
|
onClick={sendMessage} |
|
|
|
onClick={sendMessage} |
|
|
|