fix(core): update
This commit is contained in:
@ -35,6 +35,11 @@ export class DeesInputDropdown extends LitElement {
|
||||
})
|
||||
public required: boolean = false;
|
||||
|
||||
@property({
|
||||
type: Boolean
|
||||
})
|
||||
public disabled: boolean = false;
|
||||
|
||||
public render(): TemplateResult {
|
||||
return html`
|
||||
${domtools.elementBasic.styles}
|
||||
|
Reference in New Issue
Block a user