I'm using this plugin in Asp.net core View, when ever I'm trying to clear button span selected item values it's again re appending all previous selected values when new item selected (because of its actually storing values in an array), i want to clear that array from view, how can I do that?