aurelia-bs-modal icon indicating copy to clipboard operation
aurelia-bs-modal copied to clipboard

Support custom buttons in modal-footer?

Open Andreas-Hjortland opened this issue 9 years ago • 2 comments

Would it be possible to add support for custom buttons in the <modal-footer> element? As of now you only support <button> and <au-button> which doesn't allow custom elements.

In my case I use a custom element <ladda> which gives the submit button a spinner when you click it.

Andreas-Hjortland avatar Oct 02 '15 10:10 Andreas-Hjortland

@Andreas-Hjortland Yes this is fine we can certainly switch to a more open content selector, PR accepted.

plwalters avatar Oct 14 '15 02:10 plwalters

to resolve this issue, please merge my pull request https://github.com/PWKad/aurelia-bs-modal/pull/33 and run gulp build to update dist folder

atsu85 avatar Oct 18 '15 06:10 atsu85