Sha256: 5661f37495bf8531d0e8f09315fd2f93cecac92eb747004526b8f788b8031ef9

Contents?: true

Size: 570 Bytes

Versions: 7

Compression:

Stored size: 570 Bytes

Contents

<div class="inputs-number inputs__container <%= @args[:class] %>">

  <%= render '../../shared/label.html' %>

  <input
    class="inputs__input"
    type="number"
    value="<%= @args[:value] %>"
    name="<%= @args[:name] %>"
    placeholder="<%= @args[:placeholder] %>"
    data-required="<%= @args[:required] %>"
    
    min="<%= @args[:min] %>"
    max="<%= @args[:max] %>"
    maxlength="<%= @args[:max_length] %>"
    step="<%= @args[:step] %>"

    <% if @args[:disabled] %>
      disabled
    <% end %>
  />

  <%= render '../../shared/help.html' %>
  
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/cells/lato_core/inputs/number/views/show.html.erb
lato_core-2.2.0 app/cells/lato_core/inputs/number/views/show.html.erb
lato_core-2.1.4 app/cells/lato_core/inputs/number/views/show.html.erb
lato_core-2.1.3 app/cells/lato_core/inputs/number/views/show.html.erb
lato_core-2.1.2 app/cells/lato_core/inputs/number/views/show.html.erb
lato_core-2.1.1 app/cells/lato_core/inputs/number/views/show.html.erb
lato_core-2.1 app/cells/lato_core/inputs/number/views/show.html.erb