Edwin Anciani

Results 13 comments of Edwin Anciani

@Ashakibp Could you send screenshots of the error you are facing?

You can add Events to a Button Component changing the actions to event and Listen those events in the Logic Tab of a components settings. Also you can listen these...

Hi, @rubandangol @sthammav could you send any console errors screenshots or steps to reproduce this issue?

@sthammav could you try to setPristine to false and then redraw the form instance? ``` form.ready.then(() => { form.setPristine(false); console.log('Form is ready'); form.redraw(); }); ```

@sthammav it seems there is a change event when the default values are triggered. I have tried this. But I still do not understand the use case for this implementation...

@sthammav And for this use case this code is not working for you? ``` form.ready.then(() => { form.setPristine(false); form.checkValidity(); form.redraw(); console.log('Form is ready'); }); ```

No, there are no plans to support flutter yet. You can reach out [email protected] for more information

Try setting the submission.state property to "draft" before submit. `form.submission.state = 'draft';`

@thetrevdev I'm not sure if I'm following the issue here. You are expecting the default value to show? If so: Have you tried to set the "clearOnHide" property to false?...

Hi guys, it will be fixed soon. You can use the full Ckeditor library. https://cdn.ckeditor.com/4.5.11/full/ckeditor.js And that fixed it.