Hi everyone! I am having hard time to understand how its work.
I have a chat_component when user type @ signal in textfield this will trigger custom dialog action component "userSearch". Its pretty simple just a user list. When click on user from this list then will trigger a callback action and I need to pass the username and update textfield. I have hard time to figure out how to do that. Any help?