Closed pichlou closed 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.
issue resolved with calling script after page load :)
{ 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.