-
### Description
The Single Value Drop Down Select field will not save if the values contain a comma. My values are as follows.
$3,500 - $9,999
$10,000 - $24,999
$25,000 - $49,999
$50,000+
When I us…
-
Currently, the pattern is `first() ?? throw`:
```php
// Using find()
$post= $posts->find(new ObjectId($id))->first() ?? throw new Error(404);
// Using aggregate()
$cursor= $posts->aggregate([…
-
Feature request to select multiple people or a specific person within a picture would be cool
-
Currently, oe_whitelabel adds slim_select for multiple-value select elements.
See `_oe_whitelabel_process_element_select()`.
https://github.com/openeuropa/oe_whitelabel/blob/3ec646ddd82fe1938bbab6…
-
Hey is there any possibility to select only one option? On select other previous will be deselected.
-
People had trouble recognizing when they had multi-select vs single select dropdowns. And the highlight for selections in the dropdowns can be hard to see (especially if you are hovering over that sel…
-
Hi i am using ui-select for single selection. Here is the code
```
{{$select.selected.Manufacturer_Name}}
```
I want validation for single selection. I went through multiple solutions…
-
Hello,
it appears that there is an issue when using multiSelect=false and trying to click the checkbox on the grid.
When clicking the row (in case rowSelect = true) the selection works fine, but in…
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### OrcaSlicer Version
2.2.0
### Operating System (OS)
Windows
### OS Version
Windows 11
### Addition…
-
### Describe the feature
Currently, the Select component only supports single-item selection. Could we add a variant for selecting multiple items?