I have a select list with option values 1 and 2 where by default it is selected to 1 and on clicking on 2 from the options the value is not set in the select box or the property is not changed to true.
@Ollie Guan my select list is in velocity template which looks something like this
<form name="input" method="post">
<select name="parent_version">
<option value="1" name="1">1</option>
<option value="2" name="2">2</option>
</select>
<input type="submit">
</form>
here by default value shows 1 in the UI but when changed from the dropdown to 2 it does not change or set the option property to true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.