提交 29ff5de6 编写于 作者: J Joao Moreno

use title in inputbox

fixes #5439
上级 a0ff6d63
......@@ -118,6 +118,7 @@ export class InputBox extends Widget {
if (this.placeholder) {
this.input.setAttribute('placeholder', this.placeholder);
this.input.title = this.placeholder;
}
this.oninput(this.input, () => this.onValueChange());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册