-
Notifications
You must be signed in to change notification settings - Fork 69
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
Improving the Web Widget #24
Comments
+1 |
1 similar comment
+1 |
I am interested to know if there are documentations available that will allow us to customize the widget, please? |
absoulutely +1 |
absolutely, I am currently experiencing issues trying to turn off the default autocomplete setting of the #userText input field (The #userText input field is the web widget input field, I inspected and found out the id attribute was userText) |
You can add this after chat.js:
|
@adelmazza I went to the chat.js and directly added set the autocomplete attribute to off, but I prefer your solution better, makes it more flexible for future changes, if the need arises, updated my code, thank you. |
I created a new package that solves this and several other issues |
Hi Marcel, thanks for the job you have done.
I would like to improve the web widget action.
For example, I would like the user to fill in a list of values before sending the message (ex: work experience list), or to have an autocomplete option, etc.
Would it be possible to have minimal documentation of the code and some suggestions to contribute on this direction?
Thanks a lot.
The text was updated successfully, but these errors were encountered: