Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 1ee7994

Browse files
committed
Document Type Picker - enabled boolean properties
Previously the `?elementTypesOnly` attribute wasn't reading the value
1 parent 5e1222b commit 1ee7994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/documents/document-types/components/input-document-type/input-document-type.element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class UmbInputDocumentTypeElement extends UmbFormControlMixin<string | un
3737
* @attr
3838
* @default false
3939
*/
40-
@property({ attribute: false })
40+
@property({ type: Boolean })
4141
elementTypesOnly: boolean = false;
4242

4343
/**
@@ -46,7 +46,7 @@ export class UmbInputDocumentTypeElement extends UmbFormControlMixin<string | un
4646
* @attr
4747
* @default false
4848
*/
49-
@property({ attribute: false })
49+
@property({ type: Boolean })
5050
documentTypesOnly: boolean = false;
5151

5252
/**

0 commit comments

Comments
 (0)