react icon indicating copy to clipboard operation
react copied to clipboard

[BUG] formReady event not firing

Open adventmedia opened this issue 5 years ago • 4 comments

Environment

Please provide as many details as you can:

  • Hosting type
    • [ ] Form.io
    • [x] Local deployment
      • Version: 4.3.0
  • Formio.js version: 4.12.1
  • Frontend framework: React 16.13.1
  • Browser: Chrome
  • Browser version: 87.x

Steps to Reproduce

        <Form
          form={definition}
          options={{ readOnly: false }}
          onCustomEvent={customEvent}
          formReady={(e: any) => console.log('form: ready', e)}
        />

Expected behavior

formReady event fires when form is loaded

Observed behavior

nada. nothing. (customEvent works as expected)

adventmedia avatar Dec 01 '20 20:12 adventmedia

Thanks for the bug report. We will take a look.

travist avatar Dec 03 '20 15:12 travist

Hello @adventmedia,

We have created a ticket and have added this to our backlog. We welcome a pull request or have a process to expedite this issue if you are interested. For reference, the ticket number is FIO-187.

wag110894 avatar Dec 07 '20 15:12 wag110894

@wag110894 Any update on this ticket FIO-187?

SalTor avatar Mar 02 '21 14:03 SalTor

Hello @SalTor,

This item is still in our backlog. As mentioned above, we do welcome a pull request or have a process to expedite this issue if you are interested.

wag110894 avatar Mar 02 '21 15:03 wag110894

I am closing the issue as it was created too long ago and there is no new comments here. If the issue is not resolved, please reopen it. Thanks!

TanyaGashtold avatar Aug 31 '23 13:08 TanyaGashtold