suggestNumberMap

inline suspend fun AutoCompleteInteraction.suggestNumberMap(map: Map<String, Double>, strategy: FilterStrategy = FilterStrategy.Prefix, suggestInputWithoutMatches: Boolean = false)

Use a map to populate an autocomplete interaction, filtering as described by the provided strategy.