fix: Mentions form example not correct display (#19908)

* fix: Mentions form example not correct display

* update snapshots
This commit is contained in:
骗你是小猫咪 2019-11-24 12:44:58 +08:00 committed by 偏右
parent 7c70e45fef
commit bb121444cc
2 changed files with 10 additions and 2 deletions

View File

@ -47,7 +47,16 @@ exports[`renders ./components/mentions/demo/form.md correctly 1`] = `
>
<div
class="ant-form-item-control-input"
/>
>
<div
class="ant-mentions"
>
<textarea
id="coders"
rows="1"
/>
</div>
</div>
</div>
</div>
<div

View File

@ -56,7 +56,6 @@ const App = () => {
<Option value="zombieJ">zombieJ</Option>
<Option value="yesmeck">yesmeck</Option>
</Mentions>
,
</Form.Item>
<Form.Item
name="bio"