disable attributes
This commit is contained in:
committed by
Lee Kelleher
parent
dfd61c9cb7
commit
ce76b5c2a6
@@ -37,7 +37,7 @@ export class UmbInputDocumentTypeElement extends UmbFormControlMixin<string | un
|
||||
* @attr
|
||||
* @default false
|
||||
*/
|
||||
@property({ type: Boolean })
|
||||
@property({ attribute: false })
|
||||
elementTypesOnly: boolean = false;
|
||||
|
||||
/**
|
||||
@@ -46,7 +46,7 @@ export class UmbInputDocumentTypeElement extends UmbFormControlMixin<string | un
|
||||
* @attr
|
||||
* @default false
|
||||
*/
|
||||
@property({ type: Boolean })
|
||||
@property({ attribute: false })
|
||||
documentTypesOnly: boolean = false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user