-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Study about send box customization #1839
Comments
Backburner until #2211 is scoped / completed. |
@corinagum & @compulim Any updates on this one? |
|
Today, customizing microphone button, means:
Cloning
BasicSendBox.js
, point the microphone button to a new oneCloning
BasicWebChat.js
, and point it to newerBasicSendBox.js
Using new
BasicWebChat.js
in the hosting pagePutting a new send box inside the activity
<SendBoxComposer>
<SendBoxComposer>
includes customizing the localizable strings and providing your own verbiage across the app - original request is for the "Type your message" text
Do some studies to understand how difficult it is to customize send box, for example, continuing the work on "remaining characters" sample.
The text was updated successfully, but these errors were encountered: