我在使用react-bootstrap-typeahead项目中的AsyncTypeahead时遇到了一个问题,似乎我的onSearch处理程序没有被调用。我可以在页面上看到typeahead,但是当我在其中键入时,handleSearch没有被执行,并且我没有看到任何控制台日志记录。下面是一个简短的示例:import React, {PropTypes, Component} from 'react';
import AsyncTypeahead from 'react-bootstrap</e