cascader icon indicating copy to clipboard operation
cascader copied to clipboard

Search limit does not work as expected

Open cruperman opened this issue 2 years ago • 1 comments

showSearch = {
    limit: false,
}

It doesn't work correctly because the condition is formulated incorrectly https://github.com/react-component/cascader/blob/master/src/hooks/useSearchConfig.ts#L24C9-L24C21

cruperman avatar Jun 22 '23 20:06 cruperman

PR welcome

afc163 avatar Jun 23 '23 03:06 afc163