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

Feature: 仅使用 QueryForm 时,在actionsRender 中无法使用type: 'modalform' #108

Open
evan-lin9 opened this issue May 18, 2021 · 0 comments

Comments

@evan-lin9
Copy link
Contributor

Description

希望在 仅使用 QueryForm 时,也能在 actionsRender 配置 modalform

<QueryForm
    actionsRender={[
      {
        type: 'button',
        props: {
          type: 'primary',
          icon: 'add',
          children: '测试',
        },
        action: [
          {
            type: 'modalform',
            title: '测试',
            mode: 'create',
            fields: [
              {
                name: 'file',
                label: '测试',
                field: 'input',
              },
            ],
          },
        ],
      },
    ]}
  />

Solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant