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

ButtonsDevice confirm not using sweetAlert2 #987

Open
thost96 opened this issue Oct 4, 2016 · 0 comments
Open

ButtonsDevice confirm not using sweetAlert2 #987

thost96 opened this issue Oct 4, 2016 · 0 comments

Comments

@thost96
Copy link

thost96 commented Oct 4, 2016

If you use the "confirm": true option on a ButtonsDevice, the confirm popup is not using sweetAlert2. This would be a nice implementation.

here is a config example:

{
      "buttons": [
        {
          "id": "Button1",
          "text": "Button1",
          **"confirm": true**
        }
      ],
      "id": "btn-device",
      "name": "ButtonsDevice",
      "class": "ButtonsDevice"
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants