suggestLongCollection
inline suspend fun AutoCompleteInteraction.suggestLongCollection(collection: Collection<Long>, strategy: FilterStrategy = FilterStrategy.Prefix, suggestInputWithoutMatches: Boolean = false)
Use a collection (like a list) to populate an autocomplete interaction, filtering as described by the provided strategy.