We're having a problem where we want to use the combo box as an address search using our own Locator APIs. This is working 90% now that combo boxes allow us to capture the filter input, BUT the combo box does fuzzy searching on the result after the fact, so it excludes choices that were returned by the Microflow.For example: "5 East Main" as a search parameter would return "5 E Main St" which would then get filtering out by the fuzzy search because it doesn't have "east" in the string.We also tried using just a text input with a gallery for displaying the results but the visibility conditions on when to show or hide the box get a bit wonky and we can't get it to display cleanly.I can't imagine we're the only one trying to do something like this, but we're looking for clean alternatives that still feel good, usability wise.