validate_pydantic_parameter should return True when no errors are present
Vuetify rules expect True
to be returned if no rules are broken. This method returns None in this case, though, which causes the browser to show a long list of useless console warnings.