Alan Sprecacenere
Alan Sprecacenere
### Reproduction link [https://stackblitz.com/edit/ng-zorro-antd-ivy-bjgjxj](https://stackblitz.com/edit/ng-zorro-antd-ivy-bjgjxj) ### Steps to reproduce 1. Open the reproduction link 2. Hover any table head cell separator to reveal the resize handle 3. Drag the handle to...
## What problem does this feature solve? I always find myself centering modals with `nzCentered: true`, and I wish it would be the default. Since making it the default now...
Since unchecked checkboxes are not posted (as per html spec), and since the `Form` class has the handy feature of returning `null` values when a field is not present in...
Hello, Sticky-Kit relies on the body scroll values to work, but since my web app uses divs as main containers, the body never scroll. Here's an oversimplified version of what...
This addresses #44.
Looks like this component is broken, because I can't get it to work correctly. If I use `s6 m4` as a class, only the last class get applied, so the...
Hello, I'm hoping this project has still a little support from the community. I've switched from a pre-coffeescript version of jqtouch to the latest one, and I am having troubles...
jQTouch already stops taps when animating from one page to another, but it doesn't when tapping an element that triggers an ajax page load, so tapping such element twice results...
Internal `showPageByHref` function doesn't take into account the callback parameter: For example, this callback found on jQT itself won't work: ``` javascript showPageByHref(params.$el.attr("href"), { animation: animation, callback: function() { params.$el.removeClass("loading");...
Hello, I have no issues while developing, but I'm having this one while running a component test with Jest: ``` MapComponent › should create TypeError: L.markerClusterGroup is not a function...