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

- old
+ new

@@ -2,7 +2,8 @@ id="<%= id %>" class="form-input" type="<%= input_type %>" name="<%= name %>" value="<%= value %>" - @keyup.stop.debounce.400="if (validate()) update($el.name, $el.value)" + x-model="value" + @keyup.stop x-ref="input"> \ No newline at end of file