diff --git a/examples/Validation/CustomInput.vue b/examples/Validation/CustomInput.vue
index 32c30fa9..3d24fd6b 100644
--- a/examples/Validation/CustomInput.vue
+++ b/examples/Validation/CustomInput.vue
@@ -1,9 +1,12 @@
Only connectable with B
-
+
diff --git a/examples/Validation/CustomNode.vue b/examples/Validation/CustomNode.vue
index b455ca79..0c754302 100644
--- a/examples/Validation/CustomNode.vue
+++ b/examples/Validation/CustomNode.vue
@@ -1,16 +1,14 @@
-
+
{{ props.id }}
-
diff --git a/examples/Validation/ValidationExample.vue b/examples/Validation/ValidationExample.vue
index 87f8972f..8888deb2 100644
--- a/examples/Validation/ValidationExample.vue
+++ b/examples/Validation/ValidationExample.vue
@@ -1,24 +1,32 @@
-
+
-
+
diff --git a/src/components/Nodes/InputNode.vue b/src/components/Nodes/InputNode.vue
index e376bd15..b2bea4be 100644
--- a/src/components/Nodes/InputNode.vue
+++ b/src/components/Nodes/InputNode.vue
@@ -1,11 +1,12 @@