summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/src/main/java/com/vaadin/ui/themes/ValoTheme.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java b/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java
index 3ec3b66c85..74bde7a781 100644
--- a/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java
+++ b/server/src/main/java/com/vaadin/ui/themes/ValoTheme.java
@@ -380,6 +380,11 @@ public class ValoTheme {
/**
* Move the default caption icon inside the text field. Can be combined with
* any other TextField style.
+ * <p>
+ * Note: Does not apply in FormLayout
+ * <p>
+ * Note: TextFields with inlined icons in Grid header need to be wrapped into
+ * e.g. HorizontalLayout
*/
public static final String TEXTFIELD_INLINE_ICON = "inline-icon";