Skip to content

Commit

Permalink
Fixed issue #14112: bootstrap theme list radio - answer value not pre…
Browse files Browse the repository at this point in the history
…served after validation error
  • Loading branch information
dominikvitt committed Oct 1, 2018
1 parent 619410f commit f027568
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -19,14 +19,14 @@
{% endif %}

<!-- answer_row -->
<li id="javatbd{{ myfname }}" class="button-item btn btn-primary {{ button_size_class }} {% if fChecked!='' %} active {% endif %}">
<li id="javatbd{{ myfname }}" class="button-item btn btn-primary {{ button_size_class }} {% if checkedState!='' %} active {% endif %}">
<input
class="radio bootstrap-radio"
type="radio"
name="{{ name }}"
id="answer{{ name }}{{ code }}"
value={{ code }}
{{ fChecked }}
{{ checkedState }}
/>
<label for="answer{{ name }}">
<span class="" aria-hidden="true"></span> {{ answer }}
Expand Down

0 comments on commit f027568

Please sign in to comment.