Skip to content
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

defaultDialogConfirmText not working #3104

Closed
gringokiwi opened this issue Dec 21, 2020 · 1 comment
Closed

defaultDialogConfirmText not working #3104

gringokiwi opened this issue Dec 21, 2020 · 1 comment
Assignees
Labels

Comments

@gringokiwi
Copy link

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.

@jtommy
Copy link
Member

jtommy commented Dec 24, 2020

You are right, at the moment try setting it when you open it.

@jtommy jtommy added the bug label Dec 24, 2020
@jtommy jtommy self-assigned this Dec 24, 2020
@jtommy jtommy closed this as completed in b749a36 Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants