I am very much enjoying the out of the box functionality of the SearchField class in 2020. I was wondering if there is going to be a way to manually add a string to the recent searches string array? By default when you press the “enter” key it adds your field value to this array, but I have subclassed this class adding my own search code which auto searches every time you type a letter or paste in a string. These entries unfortunately are not added to the recent search string array until you hit the enter key. It would be awesome to have a SearchField.AddToRecentSearch() so we can manually call this.
I can surely add a feature request, but before so I figured i’d see if this was in progress before I did that.
Thanks
Mike