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

- old
+ new

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