How to correctly focus on the filament's MarkdownEditor?
This has been bugging me for quite awhile.
I do not know how to have the focus on aforementioned, unless I manually click on it.
Things I have tried: add extra attributes x-init => $el.focus(), $el.click() (to immiate that I manually click on element), also doesn't focus, using ->autofocus() on the MarkdownEditor itself, also no effect (this doesn't work even when I use autofocus on the ->schema() elements of the Action, since I would like to autofus a second element instead of first element)
0 Replies