When you search for the first time, the first item cannot be selected because the list has not been rendered yet. if (this.selectFirst) { this.down(); Any idea how this can be solved? PS: the attribute selectFirst is already set to `true`. PPS: great work :D