Sep 22, 2021
0
Level 1
Reusable of Nova Component
I want to use one Nova Component functionality in another Nova Component so i done this using extend that class insted of Resource class in another component so that it'll worked and insert the data also update the data but problem is that when i used this method then it was not validate the validation like rules("required") not checked and skip all validation but if i write the validation checked manually in afterValidation function then it's worked fine. but i want the checked all the validation so if any have solution for that then let me know
Please or to participate in this conversation.