Custom resource page component data error.
I create a custom page for a simple resource.Inside the
.blade
of the page I added the line
then inside the page component i implemented the
getFormSchema()
method which has a radio and few text Inputs where one of the text inputs' visibility depends on the value of the radio as below
.The error i'm getting when i try to go the next step of the wizard is
. I'm not sure how to go about this error.
.blade
of the page I added the line
then inside the page component i implemented the
getFormSchema()
method which has a radio and few text Inputs where one of the text inputs' visibility depends on the value of the radio as below
.The error i'm getting when i try to go the next step of the wizard is
. I'm not sure how to go about this error.