ziedmahdi
ziedmahdi
We had the same issue. We have noticed that blaze does not destroy first level added element. As a workaround, we have embedded the `select` tag inside a `div` tag....
@onokumus your `doubleTapToGo: true` cause the page to reload which is bad for single page applications.
I got a workaround by adding `preventDefault: false` and when I want to prevent the default action, I just add a `.prevent-default` to the element with the event handler. $('.prevent-default').on('click',...
@dburles is this package still maintained?
So that packages like `msavin:mongol` and `babrahams:constellation` can show the content of local collections. They are using your package to get the collection instance. When we define a local collection...
For now, the only way (that I know) to give a local collection a name is to alter the `_name`attribute. For me, the main reason, was that `rubaxa:sortable` could not...
@bojand any updates on this.
hey @speeday , I run into the same problem. Did you find any solution?
I solved this issue with #226