vue-generators / vue-form-generator

:clipboard: A schema-based form generator component for Vue.js
MIT License
2.99k stars 532 forks source link

pikaday field calue changes to '01-01-1970' when Backspace is pressed. #609

Open abhilashtg opened 5 years ago

abhilashtg commented 5 years ago

I found a bug when pikaday control is used in vfg. I tried changing the values by pressing the arrow keys. Just when i tried using backspace key to delete the date value, it is changing to '01-01-1970'. Is it the behaviour or a bug? Same way with Delete button also.

Rigo-m commented 5 years ago

I'm creating a pull request to fix this issue