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
There are scenarios where input text should be disabled but still there are others where both button and free text can coexist.
I suggest to add support of this in xatkit-react-platform (i.e., the bot developer should choose to have both or just the buttons). The bot message object should include a new field telling whether the input text has to be disabled.
I'd for now focus on changing the text that it's displayed (from "type a message" to "choose a response". Having the free text together with the buttons has some strong implications on the intent matching part.
jcabot
changed the title
Disabling input text in th presence of buttons should be optional
Disabling input text in the presence of buttons should be optional
May 8, 2020
There are scenarios where input text should be disabled but still there are others where both button and free text can coexist.
I suggest to add support of this in xatkit-react-platform (i.e., the bot developer should choose to have both or just the buttons). The bot message object should include a new field telling whether the input text has to be disabled.
Related issues: #26
@gdaniel if you could take care of the xatkit-react-platform part, I can implement this in the widget.
The text was updated successfully, but these errors were encountered: