multi_select_flutter
multi_select_flutter copied to clipboard
Adds enabled parameter to MultiSelectDialogField and disabledDecoration parameter to style when disabled
This PR provides the enabled feature requested in Issue #57 It adds an enabled parameter to MultiSelectDialogField, which is true by default and can be set to false to disable the field. It also allows the user to pass in disabledDecoration which will be used when to style the field when disabled.