Sha256: 6ce2cc78e2e0d80eb080c5805140f0855f5a8fb62cf5ad6a44c9647fcef23102
Contents?: true
Size: 427 Bytes
Versions: 15
Compression:
Stored size: 427 Bytes
Contents
<%= render component_tag(x: {data: "appSeamlessTextarea", options: "options"}) do %> <%= text_area_tag(nil, value, id: nil, placeholder: placeholder, spellcheck: false, rows: 1, **x_attrs({ "@keydown.enter.prevent": (true unless multiline?), "@input": "onResize", ref: "textarea", "model.fill.debounce": "value" }), **@textarea_args ) %> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems