app/views/lookbook/inputs/_textarea.html.erb in lookbook-0.5.0.beta.0 vs app/views/lookbook/inputs/_textarea.html.erb in lookbook-0.5.0.beta.1

- old
+ new

@@ -1,9 +1,8 @@ <textarea - id="<%= id %>" class="form-input" name="<%= name %>" rows="4" @keyup.stop x-model="value" - x-ref="input" + x-data="param('<%= name %>', '<%= value %>', {debounce: 300})" ><%= value %></textarea> \ No newline at end of file