Autocomplete::make('Field', 'field')
->options($this->getFieldOptions())
->placeholder('Choose a field')
->displayUsingLabels()
->rules('max:255', 'nullable')
->hideFromIndex()
->readOnly(function () use ($request) {
return true;
}),
This field is no longer readOnly on 0.17.0 and Laravel 7 / Nova 3.