Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Multiple select relationship broken #61

Closed
chilijung opened this issue Aug 15, 2018 · 1 comment
Closed

Multiple select relationship broken #61

chilijung opened this issue Aug 15, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@chilijung
Copy link
Contributor

Now we must put ui="multipleSelect" in the first prop to make multiple select work

<relation
        ui="multipleSelect" // must put in the first prop
        keyName="unSupportShipment"
        uiParams={{
          textCol: "name",
          columns: [
            {
              title: "名稱",
              dataIndex: "name"
            }
          ]
        }}
        relation={{
          type: "toMany",
          to: "shipments"
        }}
        title="不支援的運送方式"
      />
@chilijung chilijung added the bug Something isn't working label Aug 15, 2018
@abz53378
Copy link
Contributor

Fixed by #76

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

No branches or pull requests

2 participants