Laravel: 7.13.0
Nova: 3.6.0
Hi.
I'm testing your package.
Simple test not work.
Json::make('data', [
Select::make('Provider name', 'provider_name')
->options([
'castris' => 'Castris',
'ovh' => 'OVH',
'scaleway' => 'Scaleyway'
])->rules('required')->default('ovh'),
])->saveHistory()->hideFromIndex(),
This save data in data column, but not show when try to See or Edit a row.
Also if remove hidefromIndex() not show value.
But in database is correct. data has saved value.

Hi.
I'm testing your package.
Simple test not work.
This save data in
datacolumn, but not show when try to See or Edit a row.Also if remove
hidefromIndex()not show value.But in database is correct. data has saved value.