You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use the "sendBoxButtonColorOnFocus" styleset property, but it doesn't appear to get used because even if I set disabled=true on the ReactWebChat component, the SendButton is still enabled (whereas the TextBox becomes disabled). Thus the following styling does not apply:
I believe in SendButton.js, the disabled attribute should be set on the IconButton element in the way that it is done in MicrophoneButton and UploadButton.
The text was updated successfully, but these errors were encountered:
I am attempting to use the "sendBoxButtonColorOnFocus" styleset property, but it doesn't appear to get used because even if I set
disabled=true
on theReactWebChat
component, the SendButton is still enabled (whereas the TextBox becomes disabled). Thus the following styling does not apply:I believe in SendButton.js, the
disabled
attribute should be set on the IconButton element in the way that it is done in MicrophoneButton and UploadButton.The text was updated successfully, but these errors were encountered: