mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: Mentions form example not correct display (#19908)
* fix: Mentions form example not correct display * update snapshots
This commit is contained in:
parent
7c70e45fef
commit
bb121444cc
@ -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
|
||||
|
@ -56,7 +56,6 @@ const App = () => {
|
||||
<Option value="zombieJ">zombieJ</Option>
|
||||
<Option value="yesmeck">yesmeck</Option>
|
||||
</Mentions>
|
||||
,
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
name="bio"
|
||||
|
Loading…
Reference in New Issue
Block a user