sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

Datepicker not working on render #66

Closed abhimanusharma closed 3 years ago

abhimanusharma commented 3 years ago

This is the error in console.



found in

---> <DatePickerControl>
       <ControlView>
         <NormalSectionView>```
sethsandaru commented 3 years ago

@abhimanusharma Could you share the steps to reproduce?

abhimanusharma commented 3 years ago

Fixed: The issue was causing due to setting default value for date property and formatted the date in particular format. After removing default value from form builder configuration, the error was gone.