-
I’m using Bloc state management, where I’ve defined the following controller `final gender = MultiSelectController()` in the cubit.
And I have a page with a multi-step form, and I use this controller…
-
Hello,
I'm not able to remove the input extra padding (vertical).
In picture you can see the problem
![image](https://github.com/oi-narendra/multiselect-dropdown/assets/8638803/16a5f8b3-7a81-4…
-
### Package
@carbon/react
### Browser
Chrome
### Package version
v1.58.1
### React version
v18.2.0
### Description
Not sure how to recreate this in Code Sandbox. We're calli…
-
`Widget _buildFilterButton(String filterName, String filterType, int index,
String orientation, List filterOptions) {
final bool isMobile = MediaQuery.of(context).size.width < 600;
…
-
The following components are out of sync between Storybook and Figma:
ToolBarButtonGroup - [Figma](https://www.figma.com/file/htVIFrTq8e7sx8Olo7L6kZ/Grafana-design-system---Dark-theme?node-id=8605%…
-
Hey,
thanks for the wonderful plugin. Is it possible to use custom InputDecoration with this select?
I believe many people use it in forms, and use either custom `InputDecoration` or `InputDecor…
divan updated
3 months ago
-
Changing **selectedOptions** in the **onItemDelete** does not update the widget.
_Example:_
```dart
import 'package:flutter/material.dart';
import 'package:multi_dropdown/multiselect_dropdown…
-
This is what i tried on flutter application.
i used this code with version 2.1.0 then no issue, but 2.1.4 is getting below exception.
please resolve it
```
import 'package:flutter/material.dart';
…
-
I am using three multi select dropdown, on selection of first dropdown second options should be updated and when select from second dropdown third option list should update.
my logic working fine, fe…
-
- `downshift` version: 7.2.0
- `node` version: 20
- `yarn` version: 1.22.19
**Relevant code or config**
```javascript
function stateReducer(
state: UseSelectState,
actionAndChanges:…