Sha256: aaaa2b45dedde4a5adb37045dc4976be8eb3de2bc1f4d85ba1d8a93d7a919278
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
<%= render component_tag(x: {data: "appSeamlessTextarea"}) do %> <%= text_area( spellcheck: false, rows: 1, **x_attrs({ "@keydown.enter.prevent": (true unless multiline?), "@input": "onResize", ref: "textarea", "model.debounce": "value" }) ) %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coveragebook_components-0.5.0 | app/components/coco/app/elements/seamless_textarea/seamless_textarea.html.erb |