Refactor EmojiInput for better vue3 compatibility
All threads resolved!
All threads resolved!
This changes the way EmojiInput works internally, previously it relied on slots to get element out of nested <input>
or <textarea>
, however in Vue3 slots do not have elements, and this is supposedly "not public API", so changing it to use ref to root and some querySelector
instead.
Merge request reports
Activity
- Resolved by HJ
mentioned in commit 7bd18cda
changed milestone to %Vue 3 support
Please register or sign in to reply