fix: turns off autocomplete for the main entity name field
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user