mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-18 15:31:19 -05:00
Windows.Forms quirk where it don't hide the dropdown when it tries to Suggest via the separate Suggest pop-down. Since all comboboxes that do the databind+suggest are impacted by this, just add the event when initializing binding. There don't appear to be any reapply-binding cases where it is set to suggest (only case is Battle Revolution save select, which isn't textual entry). Closes #4846