nova-tabs icon indicating copy to clipboard operation
nova-tabs copied to clipboard

tab's name is not support Chinese?

Open niunaiyi opened this issue 2 years ago • 1 comments

        new Tabs('投放点详情', [
            '详情'    => [
                Text::make('名称', 'name')
                    ->sortable()
                    ->rules('required', 'max:20'),
            ],
            '视频' => [
                HasMany::make('视频','videos',Video::class)
            ],
        ]),

then layout is wrong.

niunaiyi avatar Jul 10 '22 03:07 niunaiyi

You can always submit a PR that would fix it.

I don't use or know Chinese, so can't help you.

marcfil avatar Jul 10 '22 10:07 marcfil

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.

RVxLab avatar Aug 14 '22 22:08 RVxLab