fix(editor): add placeholder for input of database context menu (#11079)

fix: BS-2594
This commit is contained in:
zzj3720
2025-03-21 12:27:18 +00:00
parent 73807193cb
commit dd2e423112
6 changed files with 7 additions and 2 deletions
@@ -110,6 +110,7 @@ export class MenuInput extends MenuFocusable {
this.menu.setFocusOnly(this);
}}"
@input="${this.onInput}"
placeholder="${this.data.placeholder ?? ''}"
@keydown="${this.onKeydown}"
@copy="${this.stopPropagation}"
@paste="${this.stopPropagation}"