fix(core): update

This commit is contained in:
2024-01-09 13:57:53 +01:00
parent 18b98b831a
commit 7515b824eb
9 changed files with 337 additions and 212 deletions

View File

@ -28,6 +28,13 @@ export const demoFunc = () => html`
{ option: 'option 3', key: 'option3' },
]}
></dees-input-dropdown>
<dees-input-multiselect
.label=${'title'}
.options=${[
{ option: 'option 1', key: 'option1' },
{ option: 'option 2', key: 'option2' },
{ option: 'option 3', key: 'option3' },
]}></dees-input-multiselect>
<dees-input-text .required="${true}" key="hello1" label="a text"></dees-input-text>
<dees-input-text .required="${true}" key="hello2" label="also a text"></dees-input-text>
<dees-input-text