manish-nepal / vue3-select-option-searchable

Vue 3 select option to select an object from a list or an array
MIT License
6 stars 1 forks source link

Disabled option #6

Open dylansproule opened 1 year ago

dylansproule commented 1 year ago

There should be a need for showing a readonly field

manish-nepal commented 1 year ago

@dylansproule, i didn't understand the issue, you telling that the data props should be readonly?

dylansproule commented 1 year ago

I was just saying readonly, yes. I've just changed to a disabled input when I need that functionality instead, when they shouldn't be changed from the component itself