-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom submit button #7
Comments
Hello, and thank you :D In the meantime, it's possible to: Disable the submit button, make your own + hook it up with the
Or you can override the widget altogether jsfe/packages/form/src/json-schema-form.ts Line 400 in 32f9f7d
This is the Shoelace one: https://github.com/json-schema-form-element/jsfe/blob/main/packages/shoelace/src/widgets/submit.ts Please note the |
Via widget API and form element prop./attr. See #7
Customising the label is now possible. <json-schema-form
submitButtonLabel="Submit me!"
></json-schema-form> Also in jsfe/packages/types/src/widgets.ts Line 149 in 7483287
Available in:
|
Great job with this project!
I'm trying to use it with svelte and velte kit and it seems that customizing submit button is not supported yet, this can be a good enhancement to make it more customizable.
The text was updated successfully, but these errors were encountered: