disable add button

This commit is contained in:
Mads Rasmussen
2024-08-21 20:55:24 +02:00
parent 388411b3e5
commit cacc22b0d0

View File

@@ -201,7 +201,8 @@ export class UmbInputMemberElement extends UmbFormControlMixin<string | undefine
id="btn-add"
look="placeholder"
@click=${this.#openPicker}
label=${this.localize.term('general_choose')}></uui-button>
label=${this.localize.term('general_choose')}
?disabled=${this.readonly}></uui-button>
`;
}