Skip to content

Commit bcbbd9e

Browse files
tepicaalador
andauthored
Update articles/upgrading/index.adoc
Co-authored-by: caalador <[email protected]>
1 parent cc86e8f commit bcbbd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/upgrading/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ Vaadin Flow layouts now require access annotation (e.g. [classname]`RolesAllowed
440440
Because of the change, the [classname]`com.vaadin.flow.component.html.testbench.ClickHandler` class has been removed. The interface, meant to be used with [classname]`ComponentTester` subclasses, should not be needed anymore. In this case, [classname]`com.vaadin.testbench.unit.Clickable` is a valid substitute.
441441

442442
== Binder
443-
[methodname]`Binder.validate()` implementation has been changed to behave as its javadoc states. In other words, [methodname]`Binder.validate()` no longer fails when bean level validators have been configured but no bean is currently set (i.e. [classname]`Binder` is used in buffered mode).
443+
[methodname]`Binder.validate()` implementation has been changed to behave as its Javadoc states. In other words, [methodname]`Binder.validate()` no longer fails when bean level validators have been configured but no bean is currently set (i.e. [classname]`Binder` is used in buffered mode).
444444

445445
== Server-Side Modality
446446
[classname]`Dialog` has become less strict and allows background requests to server. Vaadin Flow allows to change this behavior if needed through [methodname]`Dialog.setModality(ModalityMode)` method.

0 commit comments

Comments
 (0)