We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1838f commit 98638f5Copy full SHA for 98638f5
components/filter/events.md
@@ -70,7 +70,7 @@ The `OnUpdate` event fires when the user changes the Filter `Value`. The compone
70
71
The `ValueChanged` event fires when the value has changed. Its event handler receives the updated `CompositeFilterDescriptor` as an argument.
72
73
-> The `ValueChanged` event will be deprecated in future versions. Use the `OnUpdate` event instead.
+> The `ValueChanged` event is deprecated and will be removed in future versions. Use the `OnUpdate` event instead.
74
75
>caption Handle ValueChanged
76
0 commit comments