Instant validation error on empty fields
Summary
When creating a device, platform or configuration, some input components display a validation error on page load.
Steps to reproduce
- Go to devices
- Click New Device
- 'Permission Groups' is immediately invalid
same goes for Platforms (permission groups) and configurations (label)
What is the current bug behavior?
Empty fields show errors.
What is the expected correct behavior?
Empty fields shouldn't show errors until blur.
Some logs and/or screenshots
Possible fixes
-
validate-on-blur
-prop on Vuetify components could fix the issue
ToDo's
-
Bug reproduced -
Cause found -
Bug fixed