formly-js / angular-formly-website

The website for angular-formly
http://angular-formly.com
18 stars 26 forks source link

how can i use custom input for my datepicker in formly fields,with type of 'input' and templateOption type of 'datetime-prv'? #103

Closed pichlou closed 8 years ago

pichlou commented 8 years ago

{ key: 'datepicker', name: 'date_start', type: 'input', templateOptions:{ type:'datetime-prv', size:'19', maxlength:'19' } }

my other script change this input with this type to datepicker, and assign classes to it when i use this format,formly create my input but my script code not working on it.

pichlou commented 8 years ago

issue resolved with calling script after page load :)