Joseph Wensley
Joseph Wensley
…of showing a select
### Version vue-final-modal: 3.4.4 vue: 3.2.39 ### Steps to reproduce ```js $vfm.show({ component: MyComponent, bind: { modelValue: ['a', 'b', 'c'], }, }); ``` ### What is Expected? The modelValue should...
There seems to be a bug where the first row won't be activated when opening a menu a second time if it was the row that was open before closing...
I was trying to get Beanstream working with PHP-Payments locally and was having no luck, I tried running the example in their integration docs and I worked, so I went...