handleSearchIconClick = () => {
        const { currentValue } = this.state;
        if (currentValue.trim()) {
            this.setValue(currentValue, true);
        }