-
```
really_delete_multiselect changed from: really_delete_multiselect">¿Realmente
quiere borrar los archivos %d? to ¿Realmente quiere borrar los %d archivos?
(correct statement)
```
Original issue…
-
```
really_delete_multiselect changed from: really_delete_multiselect">¿Realmente
quiere borrar los archivos %d? to ¿Realmente quiere borrar los %d archivos?
(correct statement)
```
Original issue…
-
```
really_delete_multiselect changed from: really_delete_multiselect">¿Realmente
quiere borrar los archivos %d? to ¿Realmente quiere borrar los %d archivos?
(correct statement)
```
Original issue…
-
https://codesandbox.io/s/quirky-snow-jrpflb?file=/src/index.js
## What are the steps to reproduce?
Open up the console to see the logs. When typing into a ClayInput, the form's `onChange` fires wh…
-
### Reproduction Link
https://jsfiddle.net/zcm1p9jo/5/
### Steps to reproduce
1. Use `Multiselect` with `:multiple` and `:searchable` set to `true`
2. Use the `selection` slot to display the c…
-
```js
mode: new foundry.data.fields.NumberField({
choices: Object.fromEntries(Object.entries(MODES)
.map(([key, value]) => [value, {
label: `MODES.${key}.label`,
…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
when doing
`$list | Out-C…
-
Раз GUI-модули теперь подгружают `MongoClient` (#30), то открывается возможность сделать мышко-ориентированный выбор монгячих полей. Поскольку `st.multiselect` при невыборе выдаёт пустой список, а не …
-
### Reproduction Link
Take a look at the provided reproduction fiddle: https://jsfiddle.net/shentao/jqofkzxc/3296/
### Steps to reproduce
Open your browser's dev tools and inspect your way to the…
-
In our project we have included ng-multiselect-dropdown while following the guidelines mentioned at [here](https://www.npmjs.com/package/ng-multiselect-dropdown).
If we go for a dev build, it seems…