multiselect_formfield
multiselect_formfield copied to clipboard
A Flutter package that provides a multi select form field using alert dialog to select multiple items with checkboxes and showing as chips.
Option added to change dropdown arrow color.
I needed to be able to control how many options a user can select before they click ok. In my use case the validation wasn't sufficient because if a user...
Hi so I'm using this array as my datasource [{"id":2,"name":"Carpet Furniture Wash"}] and using textField: 'name', valueField: 'id', if my initialvalues are empty the dialog is working fine and selected...
If not stated otherwise there will be a UnderLineInputBoarder. Could this be made a voluentary addition? Instead of having code in the plugin to create it if not stated to...
Hello, There's a missing semicolon in the file multiselect_formfield.dart at line 10 which is a blocker because the code doesn't compile.
Hi, I want to thank you about your widget, it's very helpful. I am looking for a option that can let me enable or disable the multiselect. Can you help...
I have tried to set initialValue value on MultiSelectFormField. but it's not working. My dataset was like: `dataSource: [ { "display": "Running", "value": "1", } ]` And the initialValue is...
Hi, i was needed select all option for my project. I'm added this feature and wanted to share with you.
This PR includes a few updates: - Ability to add `Any` option that will update `FormFields` state automatically - User can declare custom `InputDecoration` - Option to add delete icon...