vue-bootstrap-select icon indicating copy to clipboard operation
vue-bootstrap-select copied to clipboard

Focus on Search field

Open alytvynov opened this issue 4 years ago • 1 comments

Hello!

I liked your component, I'm not a senior Vue developer.
I can not reach one effect I would like to have.

Capture d’écran 2021-02-23 à 15 23 49 I would like to focus on the "Search" field on the dropdown click. Is it possible to do now? Or probably this is a small improvement, can you help me, please?

Regards, Anton

alytvynov avatar Feb 23 '21 13:02 alytvynov

                                <v-select :options="jobs"
                                          :textProp="'name'"
                                          v-model="selectedJobObject"
                                          :searchable="true"
                                          @input="onChange"
                                >
                                </v-select>

alytvynov avatar Feb 23 '21 13:02 alytvynov