We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f3281 commit 56a7245Copy full SHA for 56a7245
packages/components/src/components/select/select.lite.tsx
@@ -62,7 +62,6 @@ export default function DBSelect(props: DBSelectProps) {
62
_invalidMessageId: undefined,
63
_invalidMessage: undefined,
64
_placeholderId: '',
65
- // Workaround for Vue output: TS for Vue would think that it could be a function, and by this we clarify that it's a string
66
_descByIds: undefined,
67
_value: '',
68
initialized: false,
0 commit comments