i want to show the dropdown contents from the database, and it worked
when i try to save it by id_column it throws an error.
like this “Trying to get the ‘id_column’ property of non-object”
This is my code in view.blade
i want to show the dropdown contents from the database, and it worked
when i try to save it by id_column it throws an error.
like this “Trying to get the ‘id_column’ property of non-object”
This is my code in view.blade
Hey, @wrahmah
The error it describes itself, is telling you are retrieving the column of non-object because the object is null.
Can you show me the component code?