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
Can we add a feature such that when the user clicks on a button from the list of options, it should emit an event notifying us that the user indeed selected an option and not typed a text. This can help determine the flow to choose in the backend.
Example
The user types a text - We determine it was a plain text, a general query
The user chooses a pre-defined option - We determine that it wasn't a plain text, render sub-options or perform additional operations.
The text was updated successfully, but these errors were encountered:
That's a good idea. But I doubt it will change the whole structure of data message. So the value will no longer be string, it should be an object with type. Or at least, the Send event not only emit the value params, but also the type of input.
I'm not sure I can maintain the vue2 version anymore, so if someone can help, that's great.
Can we add a feature such that when the user clicks on a button from the list of options, it should emit an event notifying us that the user indeed selected an option and not typed a text. This can help determine the flow to choose in the backend.
Example
The text was updated successfully, but these errors were encountered: