class SearchInput extends React.Component { constructor(props) { super(props); this.searchInputRef = React.createRef(); //