We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Buefy version: 0.9.4 Vuejs version: 2.5.21 OS/Browser: Firefox 84.0
defaultDialogConfirmText doesn´t work, while defaultDialogCancelText does.
Set both defaultDialogConfirmText and defaultDialogCancelText to something via Vue.use(Buefy) or ConfigProgrammatic.setOptions()
Vue.use(Buefy) ConfigProgrammatic.setOptions({ defaultIconPack: 'fas', defaultContainerElement: '#content', defaultDialogConfirmText: 'OK em PT', defaultDialogCancelText: 'Cancel em PT', })
Both defaultDialogConfirmText and defaultDialogCancelText affect a standard Buefy dialog.
Only defaultDialogCancelText works.
The text was updated successfully, but these errors were encountered:
You are right, at the moment try setting it when you open it.
Sorry, something went wrong.
b749a36
jtommy
No branches or pull requests
Overview of the problem
Buefy version: 0.9.4
Vuejs version: 2.5.21
OS/Browser: Firefox 84.0
Description
defaultDialogConfirmText doesn´t work, while defaultDialogCancelText does.
Steps to reproduce
Set both defaultDialogConfirmText and defaultDialogCancelText to something via Vue.use(Buefy) or ConfigProgrammatic.setOptions()
Vue.use(Buefy) ConfigProgrammatic.setOptions({ defaultIconPack: 'fas', defaultContainerElement: '#content', defaultDialogConfirmText: 'OK em PT', defaultDialogCancelText: 'Cancel em PT', })
Expected behavior
Both defaultDialogConfirmText and defaultDialogCancelText affect a standard Buefy dialog.
Actual behavior
Only defaultDialogCancelText works.
The text was updated successfully, but these errors were encountered: