I'm using a comboBox with the allowCustom setting. 2 questions:
1) How can I make sure that only integer values can be entered as custom value (meaning numeric values without decimal point)?
2) How can I make sure that only double values can be entered as custom value (meaning numeric values with or without decimal point)?