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
I want to make the text in a custom slot for a tree item child selectable.
The issue is that user-select: text doesn’t work on <button> elements in Safari (I’m using a Tauri app).
It would be great if the component allowed using a custom slot that avoids rendering a for certain items. (Perhaps a new slot could be added to allow custom rendering?).