Sha256: 89f256afed14cbba14d5724bd0599ce2b12625f99013b27d47141f926cc2be32

Contents?: true

Size: 441 Bytes

Versions: 3

Compression:

Stored size: 441 Bytes

Contents

<div class="form-control <%= @width %>" <%= required_data_input %>>

  <label class="form-label"><%= @label %></label>

  <input type="password" class="input input-password <%= @custom_class %>"
         name="<%= @name %>" placeholder="<%= @placeholder %>" value="<%= @value %>"
         <%= disabled_data_input %>>

  <% if @visible %>
    <div class="password-reveal"></div>
  <% end %>

  <div class="input-error-message"></div>

</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lato_view-1.1.5 app/cells/lato_view/input/password/views/show.html.erb
lato_view-1.1.4 app/cells/lato_view/input/password/views/show.html.erb
lato_view-1.1.3 app/cells/lato_view/input/password/views/show.html.erb