Closed naninanya closed 1 year ago
@naninanya Thank you for the question. This can't be changed. The property sendDisabled is to force disabling send button independent of the input value. The Proposed change would make this flag unneccesary. You can track message input value and set sendDisabled to undefined or false when the value of the input is empty.
Hi.
I want to manage MessageInput sendButton wthere is enable or not, but I found if we set sendDisabled props of MessageInput, sendButton even used props value when input text is none.
Would you change the above priority?