Updated the actual inputs value and not their initial value in views.update
#132
Labels
bug
Something isn't working
views.update
#132
Hi, I'm using your lib and it is working fine except for one case.
When I am loading modal inputs data from an existing model, the returned modal
View
correctly shows the loaded values in the GUI. But after submitting the modal, the payload has undefined values for the ones being loaded before.I am using
initialValue
orinitialOption
to load the values from my model onTextInput
orStaticSelect
.It is like I need to fill a "real" input value and not its initial value to fix my issue.
Do you know how can I deal with this?
Here is some code sample of my app
src/listeners/views/assistant-configuration-modal.ts
src/listeners/actions/assistant-configuration-modal-actions-callback.ts
The text was updated successfully, but these errors were encountered: