diff --git a/formPreview.png b/formPreview.png index 284825d..a2bf361 100644 Binary files a/formPreview.png and b/formPreview.png differ diff --git a/resources/js/components/DetailField.vue b/resources/js/components/DetailField.vue index ea3bbb6..2720cf6 100644 --- a/resources/js/components/DetailField.vue +++ b/resources/js/components/DetailField.vue @@ -5,7 +5,7 @@
diff --git a/resources/js/components/FormField.vue b/resources/js/components/FormField.vue index 672b18a..252b166 100644 --- a/resources/js/components/FormField.vue +++ b/resources/js/components/FormField.vue @@ -5,7 +5,7 @@
withMeta(['withoutTypeCasting' => true]); } + + /** + * check wether is child to add customize styles. + */ + public function isChild() + { + return $this->withMeta(['isChild' => true]); + } /** * Determine if the array keys should be converted to numeric values.