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

Commit 8d8a5ce

Browse files
madsrasmussenleekelleher
authored andcommitted
disable attributes
1 parent 6a6ac0c commit 8d8a5ce

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({ type: Boolean })
40+
@property({ attribute: false })
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({ type: Boolean })
49+
@property({ attribute: false })
5050
documentTypesOnly: boolean = false;
5151

5252
/**

0 commit comments

Comments
 (0)