<%= render component_tag(x: {data: "seamlessTextarea", 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 %>