In Adobe Flex, I'm trying to restrict the input to allow the user to type only a list of IP addresses, separated by a space or a comma. Currently, I have:
I expected it to be able to enter all alpha-numeric characters, periods, colons, spaces and commas.
However, the commas I cannot be entered, unless the first character is a comma. It's really strange, and I can see no reasoning behind it.
Any help appreciated, thanks.