After inputValue property is set by typing a text in a multiSelect component, can't clear it programatically, there are clearValue, resetValue, value, data and etc., but they are not giving effect to clear the inputValue, even inputValue = null doesn't work.
Thank you for your continuos support. I've used your example and with a bit modificaiton especially for my case, I could implement the behavior that I want to achieve and during the same exercise I realized that it's impossible to clear the inputValue which is not good actually and workaround is needed
@ScottR you are demoing how to clear values, not inputValue. inputValue is a separate property in the state of the multiselect that corresponds to the text that the user starts typing in the multiselect for auto-completion.