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

@@ -72,6 +72,7 @@ export const demoFunc = () => html`
<div class="input-group">
<dees-input-dropdown
.label=${'Select Country'}
.description=${'Choose the country where your business is registered'}
.options=${[
{ option: 'United States', key: 'us' },
{ option: 'Canada', key: 'ca' },