suggestLongMap
inline suspend fun AutoCompleteInteraction.suggestLongMap(map: Map<String, Long>, strategy: FilterStrategy = FilterStrategy.Prefix, suggestInputWithoutMatches: Boolean = false)
Use a map to populate an autocomplete interaction, filtering as described by the provided strategy.