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

Disable Placeholder #25

Closed lonnylot closed 4 years ago

lonnylot commented 4 years ago

The placeholder element is selectable. Disable it so it is no longer selectable and only informational.

gehrj commented 4 years ago

I can make an option for this, I do not want to make this the default feature as our own project wants it to be a selectable field.

gehrj commented 4 years ago

@lonnylot this is now added as a prop you can turn on, the usage is detailed in the readme

lonnylot commented 4 years ago

👍LGTM thanks