app/cells/lato_view/input/select/views/show.html.erb in lato_view-1.1.4 vs app/cells/lato_view/input/select/views/show.html.erb in lato_view-1.1.5
- old
+ new
@@ -1,10 +1,10 @@
<div class="form-control <%= @width %>" <%= required_data_input %>>
<label class="form-label"><%= @label %></label>
- <select class="select <%= @custom_class %>" name="<%= @name %>" placeholder="<%= @placeholder %>"
- <%= multiple_data_input %>>
+ <% # The point on class is used to have space between select_class and custom_class when select is render %>
+ <select class="<%= @select_class %> . <%= @custom_class %>" name="<%= @name %>" placeholder="<%= @placeholder %>" <%= multiple_data_input %>>
<% if(@option_blank) %>
<option></option>
<% end %>
<% @options.each do |option| %>