Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

表单 tab 布局报错 #620

Closed
dcynsd opened this issue Oct 27, 2020 · 3 comments
Closed

表单 tab 布局报错 #620

dcynsd opened this issue Oct 27, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@dcynsd
Copy link

dcynsd commented Oct 27, 2020

  • Laravel Version: 8.11.2
  • PHP Version: 7.4.8
  • Dcat Admin Version: v2.0.3

Description:

protected function form()
{
    return Form::make(new Product(), function (Form $form) {

        $form->tab('Basic info', function (Form $form) {

            $form->text('username');
            $form->email('email');

        })->tab('Profile', function (Form $form) {

            $form->image('avatar');
            $form->text('address');
            $form->mobile('phone');

        });

    });
}

image

@jqhph
Copy link
Owner

jqhph commented Oct 27, 2020

已修复,等晚上新版本

@jqhph jqhph added the bug Something isn't working label Oct 27, 2020
@jqhph
Copy link
Owner

jqhph commented Oct 27, 2020

请升级到 2.0.4-beta 版本

@jqhph jqhph closed this as completed Oct 27, 2020
@dcynsd
Copy link
Author

dcynsd commented Oct 28, 2020

👌,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants