Changing the label of the submit button #639
Answered
by
Haroenv
o-alquimista
asked this question in
Q&A
-
How to change the default "Submit" label on the submit button? |
Beta Was this translation helpful? Give feedback.
Answered by
Haroenv
Jul 26, 2021
Replies: 1 comment 3 replies
-
Looks like this hasn't been documented yet (cc @shortcuts / @francoischalifour), but you can use source: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
o-alquimista
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this hasn't been documented yet (cc @shortcuts / @francoischalifour), but you can use
translations.submitButtonTitle
like this: https://codesandbox.io/s/optimistic-cdn-pkhtxsource:
autocomplete/packages/autocomplete-js/src/createAutocompleteDom.ts
Line 78 in 970ee6a