Using the Javascript API v.4.16
Search widget is tied to a feature layer.
Trying to sort the suggest list by 'match score' (custom code).
Is there an event that will allow me to get to the suggest list BEFORE it is displayed?
As it is now, it has to display twice...original, then sorted.
Just an FYI. The answer is NO. There is no way to get to that suggestion list until the "suggest.complete" event. At that point the list can be accessed and modified. To get to that list before, it seems you need to write a custom widget.