We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e43d5 commit 495ecd8Copy full SHA for 495ecd8
tutorials/getting-started-with-flow/03__creating-live-filtering-for-entities/content.adoc
@@ -82,7 +82,7 @@ public MainView() {
82
[source,java]
83
----
84
public void updateList() {
85
- grid.setItems(service.findAll(filterText.getValue())); <1>
+ grid.setItems(service.findAll(filterText.getValue()));
86
}
87
88
* `filterText.getValue()` returns the current string in the text field.
0 commit comments