Open rcubitto opened 7 years ago
I'm confused about this as well. The demo does not appear to be using the current version of the plugin.
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
up!
You can set the typeable
attribute to true like :typeable="true"
. It removes readonly
attribute.
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.