Sha256: 68f3910c0a741c772df742498f867e2269b898e555355af1c6f2a6774cd7a326
Contents?: true
Size: 461 Bytes
Versions: 32
Compression:
Stored size: 461 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", "dimensions": "onResize" }), **@textarea_args ) %> <% end %>
Version data entries
32 entries across 32 versions & 1 rubygems