Repeated values in lists are not shown in input proc. This includes strings which have different cases. Only the first one value is shown.
Numbered Steps to Reproduce Problem:
Run code snippet to reproduce problem.
Code Snippet (if applicable) to Reproduce Problem:
client
verb
listTest()
var/i = input("Select from list","Select") in list("BYOND","Byond","byond","Google","Google","SomethingElse")
src << i
Expected Results:
Everything in the list to be shown in the input box.
BYOND
Byond
byond
SomethingElse
Actual Results:
Does the problem occur:
Every time? Or how often? Every Time