-
## Description
### Related to
- [ ] Components
- [x] Demo
- [ ] Docs
- [ ] Typings
### Steps to reproduce
#### Expected behavior
It can work normally
#### Actual behav…
-
Hello, I recently came across this library and it's kinda cool. However, I'm running into an issue when I'm trying to use this package
```
ReferenceError: self is not defined
at Object. (/hom…
-
I'm trying to do an infinite scrolling pagination with the code below. I have a leftPanel component which is within a dashboard layout, so I thought by setting the containment will be fine. The proble…
-
### Issue details
I am using `FlatList` in `renderScrollComponent` and inside `renderParallaxForeground` i am using a `Swiper` component. When I am using the Pull to Refresh the loading icon is goi…
-
### Bug report
#### Current behaviour
The tooltip doesn't open (or stay open rather) when the trigger is displayed below the fold (outside viewport bounds) and I `tab` to focus the trigger.
https…
-
currently, we only have an option `hasMore` to indicate if we have more options or not. In the code, we have `hasMore &&` to show or not the `Loader`(spinner).
The problem is: If I set `hasMore` to…
-
### Steps to reproduce
Link to live example: (required)
https://codesandbox.io/p/sandbox/stupefied-morse-sh6kcj
I override global Menu and MenuItem component style
Steps:
1. Click select co…
Vxee updated
5 months ago
-
Find a lightweight react library that renders tooltips, and remove jQuery dependence and the current react tooltip library.
-
## Current behavior
Flashlist isn't functioning properly with pagingEnabled in Android; it jumps to the last index with just a small gesture
## Expected behavior
it should scroll item one by on…
-
### Description
I want click-and-hold-to-select-text using a Text component and then i searched it and i found `selectable` property.It good works but it copy the entire text field.I want to select…