hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

How to remove "readonly" attribute from input? #86

Open rcubitto opened 7 years ago

rcubitto commented 7 years ago

Out of the box, the input has the readonly attribute. I need a datepicker without that attribute, is there a way to do this?

In the DEMO given, none of them are readonly http://hilongjw.github.io/vue-datepicker/demo.html#!/

Thanks.

dabernathy89 commented 7 years ago

I'm confused about this as well. The demo does not appear to be using the current version of the plugin.

IstvanLovas commented 6 years ago

Hey guys,

Have you figured this one out? I have set the css to cursor: auto; but i was wondering if there is a better way.

Thanks

AlexyOd commented 5 years ago

up!

hari03 commented 5 years ago

You can set the typeable attribute to true like :typeable="true". It removes readonly attribute.