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
I was trying to implement the following feature but couldn't:
Open contextmenu when clicked on a button. The contextmenu has an input box. When something is typed there and "focusout" event is called, I wanted to replace the button text with what was written inside contextmenu input. The problem is that there is no way for me to access the trigger which is the button inside the event. I can only access whats written inside the menu.
Best Regards.
The text was updated successfully, but these errors were encountered:
I was trying to implement the following feature but couldn't:
Open contextmenu when clicked on a button. The contextmenu has an input box. When something is typed there and "focusout" event is called, I wanted to replace the button text with what was written inside contextmenu input. The problem is that there is no way for me to access the trigger which is the button inside the event. I can only access whats written inside the menu.
Best Regards.
The text was updated successfully, but these errors were encountered: