Pass form
Object to MuiForms and it should load values in the form.
#60
Replies: 16 comments
-
@manojadams any thoughts on above? |
Beta Was this translation helpful? Give feedback.
-
@ahmedsakri Thank you for your suggestion. Can you check the following questions:
|
Beta Was this translation helpful? Give feedback.
-
@manojadams Thanks for the quick reply, below are my observations:
If you have any alternate approach, I am open to hear and implement this. Thanks a ton! |
Beta Was this translation helpful? Give feedback.
-
Also, @manojadams If you can look into this ticket. It will be very much helpful for me, as i need it badly at this moment. |
Beta Was this translation helpful? Give feedback.
-
Ok. Instead of passing a form object, we can pass a similar object (key, value pair) that we are getting on submit event. |
Beta Was this translation helpful? Give feedback.
-
Yes, this is exactly what i need! |
Beta Was this translation helpful? Give feedback.
-
@manojadams I would like to follow-up with respect to this. |
Beta Was this translation helpful? Give feedback.
-
@ahmedsakri It is WIP. You can expect a fix by eod. |
Beta Was this translation helpful? Give feedback.
-
@manojadams Any luck of releasing this? |
Beta Was this translation helpful? Give feedback.
-
@ahmedsakri It will take some more time unfortunately. |
Beta Was this translation helpful? Give feedback.
-
@manojadams actually it would be nice if it is targeted by tomorrow. Currently #54 is what i can look forward to and complete the development. |
Beta Was this translation helpful? Give feedback.
-
I have pushed the changes to following branch but testing is pending. You can expect by eod once I am back from office. |
Beta Was this translation helpful? Give feedback.
-
Thanks @manojadams Looking forward to it! |
Beta Was this translation helpful? Give feedback.
-
@ahmedsakri This feature has now been added with following version: Example usage: |
Beta Was this translation helpful? Give feedback.
-
Sample form data
|
Beta Was this translation helpful? Give feedback.
-
Thanks @manojadams! |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
I want to pass some values coming from API to the MuiForm tag. I am not able to do so currently. In current scenario. I have to pass it in the value key inside meta object.
Note: this is different from default Values.
Describe the solution you'd like
Something like below will be great.
Describe alternatives you've considered
I tried searching for alternatives but could not find one.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions