Looked through codebase, and I couldn't find the issue...
GoPanel/frontend/src/components/EmbedForm.svelte Lines 18-21 has the s for these and looks fine to me.
GoPanel/frontend/src/components/form/Input.svelte Lines 8-20 has the and tooltipText and looks fine to me.
GoPanel/frontend/package.json shows using svelte-tooltip (https://www.npmjs.com/package/svelte-tooltip). Instructions show to import as SvelteTooltip, BUT just Tooltip seems to be working on the component found in GoPanel/frontend/src/components/Collapsible.svelte so ????
My eyes see no reason as to why these tooltips aren't working here, but are working elsewhere.
Looked through codebase, and I couldn't find the issue...
GoPanel/frontend/src/components/EmbedForm.svelte Lines 18-21 has the s for these and looks fine to me.
GoPanel/frontend/src/components/form/Input.svelte Lines 8-20 has the and
tooltipTextand looks fine to me.GoPanel/frontend/package.json shows using svelte-tooltip (https://www.npmjs.com/package/svelte-tooltip). Instructions show to import as SvelteTooltip, BUT just Tooltip seems to be working on the component found in GoPanel/frontend/src/components/Collapsible.svelte so ????
My eyes see no reason as to why these tooltips aren't working here, but are working elsewhere.