fix: turns off autocomplete for the main entity name field

This commit is contained in:
Jacob Overgaard
2025-05-13 10:10:11 +02:00
parent b0f3009c49
commit 81ae9f41e8

View File

@@ -299,6 +299,7 @@ export class UmbWorkspaceSplitViewVariantSelectorElement<
data-mark="input:entity-name"
placeholder=${this.localize.term('placeholders_entername')}
label=${this.localize.term('placeholders_entername')}
autocomplete="off"
.value=${this.#getNameValue()}
@input=${this.#handleInput}
required