gehrj / vue-country-region-select

A vue country select and a vue region select component that is very easy to use and the region select will update automatically depending on your country selected. They can also be used stand alone.
89 stars 84 forks source link

feat: Add autocomplete attr to country and region #32

Closed NvdB31 closed 4 years ago

NvdB31 commented 4 years ago

This PR adds the ability to enable autocomplete for the country and region components, according to the autocomplete spec.

If the autocomplete prop is set to true, it adds:

I've also updated README.MD to include the autocomplete property.

gehrj commented 4 years ago

thanks for contributing, i will look at this today

gehrj commented 4 years ago

@NvdB31 I will try and get this updated via npm tonight going to try and wait to get other PR resolved but if that does not happen i will just get this one updated. thanks again