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
In my project, there is an approach that insert mention trigger into textarea by clicking button. This should open mentions overlay automatically because I insert mention trigger("@").
I could make it work by calling inputRef.focus() in Chrome but not working in safari.
It seems onSelect is not firing in Safari other than user click textarea manually.
Expected behaviour:
Suggestion overlay should be able to open when I insert trigger programatically. Observed behaviour: