vaadin / vaadin-button-flow

Vaadin Flow Java API for vaadin/vaadin-button Web Component
https://vaadin.com/components/vaadin-button
Other
0 stars 8 forks source link

Highlight disabled Button #139

Closed tboehm-xdev closed 4 years ago

tboehm-xdev commented 5 years ago

On Button.setEnabled(false) only the mouse-over effect disappears.

The button should be highlighted or better gain some grey backgroundcolor.

Combobox.setEnabled(false) works fine - they get an grey color

web-padawan commented 4 years ago

This is working now: https://vaadin.com/components/vaadin-button/java-examples

See "Disabled button" and "Button disabled on click" demos.

disabled

Not sure if something was broken, as the issue is quite outdated. So I'm closing as invalid.