esentis / multiple_search_selection

A highly customizable multiple selection widget with fuzzy search functionality.
https://pub.dev/packages/multiple_search_selection
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

Optionally move pickedItemsContainer to bottom of the widget #38

Closed akash-ramaswamy closed 10 months ago

akash-ramaswamy commented 10 months ago

Hi @esentis for this plugin, this really helped me in one of my projects. I thought that this feature would make it even more customizable. This commit contains a boolean check to move the pickedItems container to the bottom optionally. This PR is referenced to #39

Screenshot 2023-11-19 at 10 35 15 AM

When the following option is enabled placePickedItemContainerBelow: true while using the widget, this container would be shown as the last of the widget stack.