mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
update snapshot
This commit is contained in:
parent
506ab082f6
commit
812c28f26e
@ -719,6 +719,7 @@ exports[`Cascader should highlight keyword and filter when search in Cascader 1`
|
||||
}
|
||||
notFoundContent="Not Found"
|
||||
onChange={[Function]}
|
||||
onItemDoubleClick={[Function]}
|
||||
onPopupVisibleChange={[Function]}
|
||||
onSelect={[Function]}
|
||||
options={
|
||||
@ -867,6 +868,7 @@ exports[`Cascader should highlight keyword and filter when search in Cascader 1`
|
||||
className="ant-cascader-menu-item"
|
||||
key="jiangsu,nanjing,zhonghuamen"
|
||||
onClick={[Function]}
|
||||
onDoubleClick={[Function]}
|
||||
title=""
|
||||
>
|
||||
Jiangsu
|
||||
@ -879,6 +881,7 @@ exports[`Cascader should highlight keyword and filter when search in Cascader 1`
|
||||
className="ant-cascader-menu-item"
|
||||
key="zhejiang,hangzhou,xihu"
|
||||
onClick={[Function]}
|
||||
onDoubleClick={[Function]}
|
||||
title=""
|
||||
>
|
||||
Zhejiang
|
||||
@ -1118,6 +1121,7 @@ exports[`Cascader should render not found content 1`] = `
|
||||
}
|
||||
notFoundContent="Not Found"
|
||||
onChange={[Function]}
|
||||
onItemDoubleClick={[Function]}
|
||||
onPopupVisibleChange={[Function]}
|
||||
onSelect={[Function]}
|
||||
options={
|
||||
@ -1158,6 +1162,7 @@ exports[`Cascader should render not found content 1`] = `
|
||||
className="ant-cascader-menu-item ant-cascader-menu-item-disabled"
|
||||
key="ANT_CASCADER_NOT_FOUND"
|
||||
onClick={[Function]}
|
||||
onDoubleClick={[Function]}
|
||||
title="Not Found"
|
||||
>
|
||||
Not Found
|
||||
|
Loading…
Reference in New Issue
Block a user