modal-vue
modal-vue copied to clipboard
A modal dialog for vuejs v2
Hi, Would you please make this modal component support scroll too? Attached test FYI In bootstrap modal, scrolling large modals work fine.
Added a dynamic class with props to check if the large model (modal-lg) is requested.
How can we pass the bootstrap 'modal-lg' class so that we can have a large modal?
Hi, clicking on the close button trigger page reload (perhaps because I have a form in my template). Would be nice to prevent submit on the click (I do it...
I have facing issue to test modal component with style like your repo done. Will be good if there is example to test the component Thanks
Added property: `closeOnOverlayClick' I've also added to the demo, but it is currently broken. See https://github.com/colinf/modal-vue/pull/2