feat(input): separate label info tooltips from description text across input components

This commit is contained in:
2026-04-12 18:50:54 +00:00
parent 961b811b7a
commit 13ba5670f0
35 changed files with 128 additions and 128 deletions

View File

@@ -26,7 +26,7 @@ export const renderRichtext = (component: DeesInputRichtext): TemplateResult =>
`
: ''}
</dees-tile>
${component.description ? html`<div class="description">${component.description}</div>` : ''}
${component.renderDescription()}
</div>
`;