Sha256: ef20b9fd67e7f1fc79bf84c97664bddfb81229633125b927711129e23b5d2109

Contents?: true

Size: 751 Bytes

Versions: 559

Compression:

Stored size: 751 Bytes

Contents

<%= content_tag(:div,
    aria: object.aria,
    class: object.classname,
    data: object.data,
    **combined_html_options) do %>
  <% if object.label.present? %>
    <%= pb_rails("caption", props: { text: object.label, dark: object.dark, classname: "pb_text_input_kit_label" }) %>
  <% end %>
  <%= content_tag(:div, class: "#{add_on_class} text_input_wrapper") do %>
    <% if content.present? %>
      <%= content %>
    <% elsif has_add_on? %>
      <%= pb_rails("text_input/add_on", props: object.add_on_props) do %>
        <%= input_tag %>
      <% end %>
    <% else %>
      <%= input_tag %>
    <% end %>
    <%= pb_rails("body", props: {dark: object.dark, status: "negative", text: object.error}) if object.error %>
  <% end %>
<% end %>

Version data entries

559 entries across 559 versions & 1 rubygems

Version Path
playbook_ui-13.33.0.pre.alpha.PBNTR405dropdownformfixesrails3311 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.33.0.pre.alpha.PLAY1454formpillicons3309 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.33.0.pre.alpha.PLAY14143306 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.33.0.pre.alpha.PLAY14143305 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.33.0 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PBNTR405dropdownformfixesrails3301 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14143297 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14143288 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14143272 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14143271 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY1138iconkitaddcolorprop3268 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14143267 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.play1416movealiaslogic3266 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14143264 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14143260 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14143255 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14143251 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.play1416movealiaslogic3239 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.32.0.pre.alpha.PLAY14103236 app/pb_kits/playbook/pb_text_input/text_input.html.erb
playbook_ui-13.31.0.pre.alpha.play1416movealiaslogic3232 app/pb_kits/playbook/pb_text_input/text_input.html.erb