Don Amit

Results 6 comments of Don Amit

@lane-formio , I have tried the way you suggested but it doesn't suffice my requirement, instead what I did I have added a tabindex="0" to the formcomponent ``` const sideBarBtns...

At least got some success to open the edit modal on hitting the Enter key. Created a new method ``` WebformBuilder.default.prototype.addKeyBoardEvent = function () { console.log('ADDKEYB', this); this.refs['sidebar-component'].forEach((component) => {...

Thanks, @edwinanciani for your comment. I'll look into it.

I modified the script and it worked for me. Form Io has a method ` if(component.component.key ==="")` with which we can trigger any component. Through it, I found the Save...

You can only use what you are after in form.everyComponent method where component is a parameter.

Hi @rottitime Thanks for your reply. If you see this [Govt UK Accordion style guide](https://design-system.service.gov.uk/components/accordion/) you will see that it is missing in your application. Somehow, I had to do...