feat(input): separate label info tooltips from description text across input components
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user