From 7599194862bd40fba47ab7b84254934a60de6087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pekka=20Maanp=C3=A4=C3=A4?= Date: Fri, 4 Oct 2019 15:42:27 +0300 Subject: [PATCH] docs: fix title-property JSDoc [skip ci] (#419) based on https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title fix #293 --- src/vaadin-text-field.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vaadin-text-field.html b/src/vaadin-text-field.html index f7b46dc6..ee60a4e2 100644 --- a/src/vaadin-text-field.html +++ b/src/vaadin-text-field.html @@ -130,7 +130,7 @@ }, /** - * Message to show to the user when validation fails. + * The text usually displayed in a tooltip popup when the mouse is over the field. */ title: { type: String