From 1fb8db2972d575e858b38a3430fc32ed76f2717d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Sat, 8 Dec 2018 12:46:51 +0100 Subject: [PATCH] Bind name to name instead of model Apparently this slipped through somehow in https://github.com/Human-Connection/Nitro-Web/pull/13 --- styleguide/src/system/components/data-input/Input/Input.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide/src/system/components/data-input/Input/Input.vue b/styleguide/src/system/components/data-input/Input/Input.vue index 0b99ce98e..22b7cbb42 100755 --- a/styleguide/src/system/components/data-input/Input/Input.vue +++ b/styleguide/src/system/components/data-input/Input/Input.vue @@ -13,7 +13,7 @@ iconRight && `ds-input-has-icon-right` ]" :id="id" - :name="model" + :name="name" :type="type" :autofocus="autofocus" :placeholder="placeholder"