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

- old
+ new

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