MacKentoch / easyFormGenerator

create amazing forms without coding : form editor based on angular formly
http://mackentoch.github.io/easyFormGenerator/
MIT License
254 stars 116 forks source link

Add timepicker field #38

Open darshik opened 7 years ago

darshik commented 7 years ago

How do I add timepicker field to the available options on the left panel?

MacKentoch commented 7 years ago

It needs to be added.

Behind the scene it uses angular formly but easy form generator adds an upper layer. So the result is adding a new control can't be automatic...

I refactored code to use angular js 1.5+ components so that each control is a component: controls source.

It simplifies the process of adding new controls.