The front end of the Transfer shuttle box problem in antd

when you enter the value of key in the input box to search, it is clear that the data is found, but it is not displayed, it is automatically displayed on the check box, I do not know what the reason is, solve

<Transfer
    dataSource={mockData}//mockData
    listStyle={{width: 300, height: 300}}
    showSearch
    filterOption={this.filterOption}
    targetKeys={targetKeys}
    onChange={this.handleChange}
    render={item => item.title}
    footer={this.renderFooter}
/>


Transfer uses react-lazy-load optimization performance by default, and lazy loading can be turned off by setting lazy= {false}.
< Transfer lazy= {false} / >


antd version

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b22850-2b62a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b22850-2b62a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?