correct media-type as well
This commit is contained in:
@@ -121,6 +121,7 @@ export class UmbInputMediaTypeElement extends FormControlMixin(UmbLitElement) {
|
||||
}
|
||||
|
||||
#renderAddButton() {
|
||||
if (this.max === 1 && this.selection.length >= this.max) return;
|
||||
return html`
|
||||
<uui-button
|
||||
id="add-button"
|
||||
|
||||
Reference in New Issue
Block a user