In Antd Select showSearch mode, the data obtained from the remote end sometimes cannot render Option.

when the input box enters "1" to render the remote data, the interface returns the data when entering "d", but does not render the data. After deleting the "d" operation, the rendering drop-down box appears, but immediately disappears.

clipboard.png


I also encountered this problem. Add filterOption= {false} .

Menu