Closed binarykiwi closed 6 years ago
Same for me with both props.
There is a bug in the module so showFiler and showOptions will not work this way. They have not defined the data type of those 2 props in the module definition so those are considered as String. If you provide false then it will be treated as "false" string which is a truthy value. I found a workaround after looking at the module code. Instead of passing false pass empty string "" so it will be tested as falsy and those options will start working.
We don't use this package anymore in our own projects and cannot justify the time needed to maintain it anymore. That's why we have chosen to abandon it. Feel free to fork our code and maintain your own copy or use one of the many alternatives.
Hej, thanks for this good work and very useful component. I like to predefine some pops using the Vue plugin install hook. But for somehow this does not work for all pops. I tried this ones:
But with no effect.
Adding the pop direct in the code works:
Side note: the caption cannot be customized and translated which makes it unusable for me.