osalabs / osafw-php

Business Applications Web Framework, PHP
MIT License
3 stars 3 forks source link

Best practice: form autosubmit only for selected inputs #22

Closed vladsavchuk closed 5 years ago

vladsavchuk commented 6 years ago

I have the form with autosubmit (data-check-changes, data-autosave are set):

image

My question is regarding Birth Date section. I want to autosubmit only if the all 3 selects are set, or at least if the last Year select is set.

What is the best approach for it? Do we have an inbox solution in fw.js?

osalabs commented 5 years ago

You can do this: