@matt1corey @ricketson @curtclifton just ran into this now too. If helpful, I'm working around it by clearing out suggestions onSubmit (though it did also require some rejigging of my views)
@matt1corey it’s just an ObservableObject that’s coordinating the search. I have a Published array of suggestions that’s bound to the searchable modifier. Then I’m just clearing it out on submit.
@phill Interesting - what type is the `searchController` here?