Hi There,
Any idea how you would be able to use a chip in the autocomplete field? the idea is for the user to search for an item, and when selected, it shows as a chip in the control. if the user clicks on the close button, the autocomplete is cleared,
I'm trying to get the same type of functionality as using a multiselect control with a limitation of 1 item selected, in Box mode. The TValue string[] in multiselect is messing a bit with my code.
Any thoughts?