guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema
MIT License
485 stars 174 forks source link

Parent container for all the form actions #424

Closed krishna217 closed 2 years ago

krishna217 commented 2 years ago

Is it possible to add a parent container for all the form actions to make it easier to format all buttons ?

ebrehault commented 2 years ago

I do not see an easy way to create a container for the buttons. If you just need to format the buttons, you can use sf-button-widget ::ng-deep button as CSS selector.

krishna217 commented 2 years ago

Thanks. But it would have been nice to have something similar to sf-widget-chooser for form actions

daniele-pecora commented 2 years ago

@krishna217 As far as I see all action-buttons have a parent element sf-form-element-action.

action-buttons