mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:28:32 +08:00
26 lines
437 B
Plaintext
26 lines
437 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Renderer:searchbox 1`] = `
|
|
<div>
|
|
<div
|
|
class="cxd-SearchBox is-disabled is-active"
|
|
>
|
|
<input
|
|
autocomplete="off"
|
|
disabled=""
|
|
name="keywords"
|
|
placeholder="请输入"
|
|
value=""
|
|
/>
|
|
<a
|
|
class="cxd-SearchBox-searchBtn"
|
|
>
|
|
<icon-mock
|
|
classname="icon icon-search"
|
|
icon="search"
|
|
/>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
`;
|