-
im having problems when I want to select multiple items. When I select one option they throw me this error: _TypeError: Invalid attempt to spread non-iterable instance. In order to be iterable, non-ar…
-
I'm trying to test a form containing a [date-picker](http://www.material-ui.com/#/components/date-picker) from material-ui. The test would need to do something along these lines:
1. Simulate a click i…
-
**Table columns used**
export const checkboxColumns = [
new ColumnSelect(),
{
id: "name", name: "Name", readonly: true, renderCell: renderSimpleCell, width: new ObservableValue(-30),
},
{
id: "…
-
### Order ID 💳
44899
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### The problem in depth 🔍
I set valueOptio…
-
**I'm submitting a ...** (check one with "x")
```
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/vie…
-
Hey guys,
we have a feature where the user types an address into a text field. Based on the user input we fetch suggestions from an remote address service. We want to display the suggestions in a s…
-
I'm just reopening this issue https://github.com/clauderic/dnd-kit/issues/496, people has been posting there, so prolly the issue is still around (I have that in the project that I'm working on it too…
-
### Provide a general summary of the feature here
In `react-stately` in `useListData`, there is a `filter` prop that's accepted. Any `state.item`s that are passed in get iterated over, running them…
-
### Current situation
This is a proposal based on a chat I had with @HendrikThePendric. We were talking about the `` component, and how it's a bit awkward that it has some state that it would need …
ismay updated
4 years ago
-
Hello,
I've used very first example from docs but manipulating container to become 50% of screen width and center either with flex or marginLeft would make dropdown scrollable only on left side of …