You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the url contained all synced form values - including empty
values.
BREAKING CHANGE: 🧨 From now on, empty control values will be removed from the URL query
params.
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,10 @@ Before updating the control with the value, the manager will parse it based on t
90
90
91
91
Whether to sync the initial control value in the URL. Relevant only when using the `modelToUrl` strategy.
92
92
93
+
### `removeEmptyValue`
94
+
95
+
Whether to remove empty control values from url.
96
+
93
97
### `parser`
94
98
95
99
Provide a custom parser. For example, the default `array` parser converts the value to an `array` of strings. If we need it to be an array of numbers, we can pass the following `parser`:
@@ -164,6 +168,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
0 commit comments