Fix #12 change selected items programmatically
This should fix #12, maybe #68 (I think so but it's debatable), and be back-compatible.
Basically, I added a controller class that can be controller from outside of the widget itself, allowing the developer, as shown in the example app, to add a clear button, for example.
could you please also provide an updated readme file?
Great, thanks for the quick update. Please approve this PR asap
I am somewhat suspecting the maintainer of the project to be idle and not active anymore as the last commit and approved PR are quite a while ago. Niccord, would you like to fork the project and be the new maintainer? I am happy to help if needed
I am not sure if the maintainer is ok with this and how to technically become the mantainer in their place.
Worked for me only after changing return _MultiSelectDialogFieldView<V?>._withState(field as _MultiSelectDialogFieldView<V?>, state); to return _MultiSelectDialogFieldView<V>._withState(field as _MultiSelectDialogFieldView<V>, state);
Otherwise, the onConfirm is not working.
@niccord conflicted