2018-06-10 01:29:18 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2019-03-15 15:11:25 +00:00
|
|
|
exports[`Input.Search should support custom Button 1`] = `<span class="ant-input-affix-wrapper ant-input-search ant-input-search-enter-button"><input type="text" class="ant-input"><span class="ant-input-suffix"><button type="button" class="ant-btn ant-btn-default ant-input-search-button"><span>ok</span></button></span></span>`;
|
2018-06-10 01:29:18 +00:00
|
|
|
|
2019-03-15 15:11:25 +00:00
|
|
|
exports[`Input.Search should support custom button 1`] = `<span class="ant-input-affix-wrapper ant-input-search ant-input-search-enter-button"><input type="text" class="ant-input"><span class="ant-input-suffix"><button type="button" class="ant-input-search-button">ok</button></span></span>`;
|