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
Yeah, what Sarenor said. This button should be fixed as type="button". I'd welcome a PR with this change, not just for Tooltips, but for ALL four types of Svelte popovers.
Yeah, what Sarenor said. This button should be fixed as type="button". I'd welcome a PR with this change, not just for Tooltips, but for ALL four types of Svelte popovers.
Combobox fixed. Idiot me didn't think this through to include the other popovers.
Current Behavior
Below is an exmaple Tooltip code found on the https://next.skeleton.dev/docs/integrations/popover/svelte/#tooltip
Currently, I believe it is impossible to pass the button type through this component and into the tooltip component.
https://github.com/skeletonlabs/skeleton/blob/next/packages/skeleton-svelte/src/lib/components/Tooltip/Tooltip.svelte
This makes tooltip's tricky to use within an HTML form, as clicking it will always submit
Expected Behavior
I would like to pass a "type" via the tooltip component, or some arbitrary props to the button.
Steps To Reproduce
Link to Reproduction / Stackblitz
No response
More Information
No response
The text was updated successfully, but these errors were encountered: