I appreciate that this may be a pretty daft question, but can anyone think of a way of having an initial value in a dropdown which isn’t one of the options in the dropdown?
I’m looking for a snap-to-grid type thing where the options might be 10, 20, 30, 40… but the actual intial value might be say 17.543…
I want to show the intial value but force a sensible selection if the dropdown is changed.
I guess one way to accomplish that would be to make the default option (Select.options[0]) default to the 17.543, and the options that you WANT to be available could be the subsequent options. Without a bit more information as far as how the initial value of 17.543.. is set, can’t really help you beyond that. 🙂