Sha256: 4ea450c457ea5753e8669ed0d37355bfe8cf030269eb3dc793721a894a786056

Contents?: true

Size: 498 Bytes

Versions: 18

Compression:

Stored size: 498 Bytes

Contents

<% choices = drop_down_field.choices(session[:locale]) %>
<% locked = drop_down_field.locked?(params, @answer_sheet, @presenter, current_person) %>
<%= select_tag "answers[#{drop_down_field.id}]",
      options_for_select([""] + choices, drop_down_field.response(@answer_sheet).to_s),
      class: "form-control select " + drop_down_field.validation_class(@answer_sheet, @page) + " #{drop_down_field.css_class}",
      id: dom_id(drop_down_field),
      disabled: locked,
      readonly: locked %>

Version data entries

18 entries across 13 versions & 1 rubygems

Version Path
fe-2.1.5 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.1.4 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.1.3 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.1.2 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.1.1 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.8 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.6 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.5 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.4 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.4 app/views.current/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.3 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.3 app/views.current/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.2 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.2 app/views.current/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.1 app/views.current/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.1 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.0 app/views/fe/questions/fe/_drop_down_field.html.erb
fe-2.0.0 app/views.current/fe/questions/fe/_drop_down_field.html.erb