nova-tabs
nova-tabs copied to clipboard
tab's name is not support Chinese?
new Tabs('投放点详情', [
'详情' => [
Text::make('名称', 'name')
->sortable()
->rules('required', 'max:20'),
],
'视频' => [
HasMany::make('视频','videos',Video::class)
],
]),
then layout is wrong.
You can always submit a PR that would fix it.
I don't use or know Chinese, so can't help you.
This is more or less a duplicate of #145 and #167.
It has to do with Str::slug
stripping out what I assume to be non-Latin characters.