angular-form-builder
angular-form-builder copied to clipboard
$form states lost
Hi, I am trying to make directive based on form states, $dirty, $pristine. It seems that it doesn't work on normal fields. But using DatepickerUI custom form component it works. JsBin: http://jsbin.com/lazeyucu/4/edit?html,js,output
Hello @prem-prakash There are some issue about the angular-validator on form-builder. I will check it. Thank you.
Hi @kelp404 Some advance on this? I am finishing a project and I would really love to use angular-form-builder in it. If you could give some tips maybe I could help you to solve this bug. Thanks
Bootstrap Datepicker UI field affects $dirty form state probably because it triggers $setValidity https://docs.angularjs.org/api/ng/type/form.FormController I am really starting to learn AngularJS, I don't have much to help...
Hello @prem-prakash Sorry, I am busy for other projects. Could you submit the pull-request. Thank you.