Created
April 2, 2021 08:39
-
-
Save bjo3rnf/fdff918d068f9e150d6deb562a6bef16 to your computer and use it in GitHub Desktop.
Stimulus.js driven confirmable submit button
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<button type="submit" | |
class="btn" | |
data-controller="confirm-submit" | |
data-confirm-submit-confirmation-label-value="Are you sure?" | |
data-confirm-submit-warning-class="btn--warning" | |
data-action="click->confirm-submit#click"> | |
Submit | |
</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment