2
0
mirror of https://github.com/inventree/inventree-app.git synced 2026-04-25 19:03:25 +00:00

Fix bool fields (#778)

* Improved UX for boolean fields

- Use segmented button
- Allow tristate
- Improved filtering options

* Bug fix for null filter values

* Prevent null filters from being sent to the server

* Update release notes
This commit is contained in:
Oliver
2026-02-27 13:55:08 +11:00
committed by GitHub
parent 286daf2567
commit 04f98559fc
4 changed files with 97 additions and 19 deletions
+2
View File
@@ -45,6 +45,8 @@ class LabelFormWidgetState extends APIFormWidgetState {
if (field == "plugin") {
onPluginChanged(value.toString());
}
super.onValueChanged(field, value);
}
@override