I’m currently using show_input_panel to take user input (for a particular kind of search).
I’d like to show the user their recent entries, navigable with up and down arrows as in the Find (Cmd-f) panel.
Does such a feature exist in the package API? If not, what would be the best way to implement it? I obviously have programmatic access to the values when the user confirms their input, but how do I store them and retrieve them?
Thanks!
Tom