-
This issue is a little tricky describe but when you see it, you can't "unsee" it!
Using the carousel on a real mobile device (I'm using an iPhone 12) is like trying to handle soap. The scrolling is…
-
I have a case where I would need to scroll horizontally because there are too many open tabs.
Would you be interested if I prepare a PR adding support for it?
Mockup:
```
< | tab 1 | tab 2 | tab 3 | …
-
I import the library:
`import MarkerClusterGroup from 'react-leaflet-cluster'`
then use it:
```
{markerIds.map((markerId) => (
))}
…
jisuo updated
7 hours ago
-
When marking up img tag with anchor link, hyperlink event is canceled only on iOS, is this in the specifications?
```
// Example
```
The following if statement is seemed to be the…
-
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[https://ant.design/component…
-
How to stop looping when arrows are enabled?
I have cards of carousel and i want to stop looping. I did not find any prop or method for this.
Can someone help me here.
Thanks
-
I've run into an issue where enabling `'jsx' => true` support breaks a block preview in the admin if I add or remove a row from a repeater field that is connected to JS (Specifically in this case the …
-
Google Lighthouse shows the following warning:
![image](https://user-images.githubusercontent.com/9335692/151980972-bff26aa8-fc15-46e4-abdf-1a70f55f60e9.png)
The warning doesn't show up when setti…
-
### Expected behavior
Carousel should display images and text on RTL mode.
### Actual behavior
On RTL mode, the text and images on the Carousel are hidden.
### Steps to reproduce the behavior
…
-
I noticed the API Documentation doesn't have formal definitions of "nextArrow" and "prevArrow" which are showcased in the "CustomArrows" example.