-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Updated Form Data without clicking on Submit button #26
Comments
@manojadams any thoughts on above? |
Thanks for the suggestion @ahmedsakri. Looks like a good idea. |
Hi @ahmedsakri, The onChange event would send data in the following form:
Does it not solve your problem? |
@manojadams No, this does not solve it because this returns the data related to only one input field. Whereas, i want the updated whole form data. This can be in another event passed like: onFormUpdate or onUpdate as onChange event returns data related to a single input field. |
@ahmedsakri Following version contains the enhancement: Refer to the following section: https://mui-forms.vercel.app/installation
Feel free to open this, if it still does not work for you. |
@manojadams The newly added prop is |
@ahmedsakri It has been initially added as |
@ahmedsakri Also, if you find the lib useful, can you give it a start. |
@manojadams Thanks and i have added a star to the repository!. |
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting * fix #53: adding input mask control * cleanup pkg * cleanup pkg * linting
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting * fix #53: adding input mask control * cleanup pkg * cleanup pkg * linting * fix #59: file preview bug fix * linting * fix #59: file preview * linting
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting * fix #53: adding input mask control * cleanup pkg * cleanup pkg * linting * fix #59: file preview bug fix * linting * fix #59: file preview * linting * fix #61: add support for multiselect * linting
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting * fix #53: adding input mask control * cleanup pkg * cleanup pkg * linting * fix #59: file preview bug fix * linting * fix #59: file preview * linting * fix #61: add support for multiselect * linting * fix #67: fix disabled prop for radio --------- Co-authored-by: Manoj Baruah <mbaruah@pingidentity.com>
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting * fix #53: adding input mask control * cleanup pkg * cleanup pkg * linting * fix #59: file preview bug fix * linting * fix #59: file preview * linting * fix #61: add support for multiselect * linting * fix #67: fix disabled prop for radio * fix #69: fix size for search field * MR latest --------- Co-authored-by: Manoj Baruah <mbaruah@pingidentity.com>
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting * fix #53: adding input mask control * cleanup pkg * cleanup pkg * linting * fix #59: file preview bug fix * linting * fix #59: file preview * linting * fix #61: add support for multiselect * linting * fix #67: fix disabled prop for radio * fix #69: fix size for search field * MR latest * fix #74: fix checkbox control not working with boolean values --------- Co-authored-by: Manoj Baruah <mbaruah@pingidentity.com>
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting * fix #53: adding input mask control * cleanup pkg * cleanup pkg * linting * fix #59: file preview bug fix * linting * fix #59: file preview * linting * fix #61: add support for multiselect * linting * fix #67: fix disabled prop for radio * fix #69: fix size for search field * MR latest * fix #74: fix checkbox control not working with boolean values * fix #78: handle disabled tab navigation through config params --------- Co-authored-by: Manoj Baruah <mbaruah@pingidentity.com>
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting * fix #53: adding input mask control * cleanup pkg * cleanup pkg * linting * fix #59: file preview bug fix * linting * fix #59: file preview * linting * fix #61: add support for multiselect * linting * fix #67: fix disabled prop for radio * fix #69: fix size for search field * MR latest * fix #74: fix checkbox control not working with boolean values * fix #78: handle disabled tab navigation through config params * fix #85: display name not working for phone --------- Co-authored-by: Manoj Baruah <mbaruah@pingidentity.com>
* fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * Fix 32 (#33) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #32: adding default space config * Feature/icons (#50) * Develop (#30) * fix #26: Get Updated Form Data without clicking on Submit button * update pkg version * update pgk * fix #29: dynamic data loading for select control * update pkg * update pkg * fix #49: add feature to add icons using name * fix #56: enhance file control * linting * fix #53: adding input mask control * cleanup pkg * cleanup pkg * linting * fix #59: file preview bug fix * linting * fix #59: file preview * linting * fix #61: add support for multiselect * linting * fix #67: fix disabled prop for radio * fix #69: fix size for search field * MR latest * fix #74: fix checkbox control not working with boolean values * fix #78: handle disabled tab navigation through config params * fix #85: display name not working for phone * fix #87: fix for controls not using custom classname --------- Co-authored-by: Manoj Baruah <mbaruah@pingidentity.com>
Is your feature request related to a problem? Please describe.
I am trying to access the updated form object without clicking on submit. Ideally i should be able to get this.
Describe the solution you'd like
An Event Emitted like
onFormUpdate
oronUpdate
similar to onChange() event which emits just one input data.Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: