Hello,
I have created a web custom combo box.
What i have to do is to let the user only enter the values that are present in the combo box list.
For example:
if the list have values : 1.20, 1.00, 2.00
So the user can enter : 1, and if he tries to enter 2 after that, it should not be allowed. Only “.” can be entered or there should be list shown from which he can select using arrow keys.
The list of combo box changes dynamically i.e it is dependent on values of other popup menu.
How can this be done?
Thank in advance