Hello,
I’m using cuba-service-form and there are three issues I’m experiencing:
- It seems like it does not have a reset()function? I get a “not a function” error when I callthis.$.form.reset().
https://cuba-elements.github.io/cuba-elements/components/cuba-form/#cuba-service-form
- 
The serviceParamsproperty, which is in a two-way bind withpaper-inputs, does not reset when you go to another route/URL. This is unlikecuba-login, where the form inputs always get reset when you navigate away to another route.
- 
Could you provide an example how to best perform validation on submit? 
Thanks!