I want to add hint to the CRUD form but I receive error.
$temp_crud->getElement('pin')->setFieldHint('the hint');
I want to add hint to the CRUD form but I receive error.
$temp_crud->getElement('pin')->setFieldHint('the hint');
Copyright © 2021 Jogjafile Inc.
simply add this to your Model:
Alternatively you can do