Can't get the field when disabled

I have made the employee_id selectable for role-based users. However, when the field is disabled, I can't get the employee_id in $data inside the handleRecordCreation().
Solution
As noted you need to have disabled before dehydrated ie:
diabled()->dehydrated()

I use this combo all the time
Was this page helpful?