Shubham Kalsi
Shubham Kalsi
now I am using a workaround for this problem which little bit affects my code's performance: constructor(props) { super(props); this.state = { currentUrl: "5c80b71c6bdc0f69544b4e22", lastValue: "" } } formSubmitted =...
also, I want to put one more thing in your notice that the onSubmit is not emitting the event after hitting at the URL provided in (URL) prop to Form...
I have resolved the bug in your code by cloning the source code and making a change in one line( https://github.com/formio/react-formio/blob/master/src/components/Form.js#L108 ) previous: 110: this.formio = formio; 111: this.formio.form =...