Content Type Designer: Only update tab name on change (#20786)

Do not update tab name on input, as it is inappropriate when having name conflicts
This commit is contained in:
Niels Lyngsø
2025-11-20 10:37:22 +01:00
committed by GitHub
parent 75dd9fab2b
commit f70f6d4aba
3 changed files with 5 additions and 6 deletions

View File

@@ -604,7 +604,6 @@ export class UmbContentTypeDesignEditorElement extends UmbLitElement implements
auto-width
minlength="1"
@change=${(e: InputEvent) => this.#tabNameChanged(e, tab)}
@input=${(e: InputEvent) => this.#tabNameChanged(e, tab)}
@blur=${(e: FocusEvent) => this.#tabNameBlur(e, tab)}>
${this.renderDeleteFor(tab)}
</uui-input>