Guillaume Chau
Guillaume Chau
```bash valgrind --leak-check=full --suppressions=/usr/share/glib-2.0/valgrind/glib.supp --suppressions=/usr/share/gtk-3.0/valgrind/gtk.supp io.elementary.wingpanel ==185968== Memcheck, a memory error detector ==185968== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==185968== Using Valgrind-3.15.0 and LibVEX; rerun...
@tintou Am I missing some dependencies for run this command?
```bash ~$ valgrind --leak-check=full --suppressions=/usr/share/glib-2.0/valgrind/glib.supp --suppressions=/usr/share/gtk-3.0/valgrind/gtk.supp io.elementary.wingpanel ==478964== Memcheck, a memory error detector ==478964== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==478964== Using Valgrind-3.15.0 and LibVEX;...
> do you need to manually parse the value and find the items in there Sounds like the most reasonable way, especially if the mentions are manually typed in full...
Could you try with a normal tooltip from v-tooltip? Maybe it's not related to vue-mention?
https://codesandbox.io/s/vue-mention-sandbox-4wczg
Will probably add new props to customize this :cat2:
Could you elaborate on your question? I'm not sure I understand what it is about.
You should be able to achieve this by listening to the `open` event and calculate the width of your input, then apply it to the popper content width.
Updating in this issue should be limited to the tauri app, since guijs will have it's own updating system. :) Ideally guijs should work both with and without Tauri on...