Steps to reproduce:
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:
Workaround:
