Right now, a user must add classes to Custom CSS Class option in WP. But it may be the case that a user may wish to simply add the button classes to the one buttonClass prop in the GravityForm component and expect it to be spread to all buttons.
It wouldn't be a bad idea to have buttonClass be the default classes for the Page buttons. And it should be a simple fix too.
Right now, a user must add classes to
Custom CSS Classoption in WP. But it may be the case that a user may wish to simply add the button classes to the onebuttonClassprop in the GravityForm component and expect it to be spread to all buttons.It wouldn't be a bad idea to have
buttonClassbe the default classes for the Page buttons. And it should be a simple fix too.