Skip to content

Commit

Permalink
feat(core): change visible behavior to fix array list delete auto ass…
Browse files Browse the repository at this point in the history
…ign value not work (#725)
  • Loading branch information
janryWang authored Mar 15, 2020
1 parent 17ae9dd commit 366047e
Show file tree
Hide file tree
Showing 13 changed files with 734 additions and 331 deletions.
12 changes: 12 additions & 0 deletions docs/zh-cn/jsx-develop/form-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const App = () => {
{ label: '显示', value: true },
{ label: '隐藏', value: false }
]}
initialValue={true}
component={Select}
/>
<FormItem
Expand All @@ -164,6 +165,17 @@ const App = () => {
>
ADD
</Button>
<Button
type="primary"
onClick={() => {
mutators.insert(1,{
aa:true,
bb:'hello world'
})
}}
>
Insert
</Button>
</div>
)}
</FieldList>
Expand Down
Loading

0 comments on commit 366047e

Please sign in to comment.