I am facing an issue where there is no option to limit the maximum number of selections inside the SFAutocomplete controller.
When trying to limit it manually using the SelectionChanged event, i am getting all kinds of wierd behavior such as the selected value coming as an Observable Collection one time and as a Generic List in another trigger.
Even with accounting for both, the viewmodel is not being updated with the binding and when trying to manually set the view model attribute i am getting a null value from parsing the collection as any type.