-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When creating a switch component and setting the description field to some text, the component does not show it as a tool tip.
Example:
Switch switch = new Switch("My Option A", true);
switch.setDescription("This options is for");
I have tried the checkbox component, as switch is an extension of Checkbox. Checkbox does show proper tooltips
I have tried Chrome, IE and firefox
Chrome: Version 23.0.1271.95 m
IE: 8.0.7061
Vaadin version 6.8.5
Switch version 1.0.1
Metadata
Metadata
Assignees
Labels
No labels