angular-bootstrap-select
angular-bootstrap-select copied to clipboard
ng-required="true" shows as an error on load of pristine form
If I put ng-required="true" on a selectpicker select it is $invalid: true, $pristine: false, and $modelValue: undefined
Without the ng-required, the $modelValue: null (and, of course, no error on load)
I am working around this with custom validation, but was wondering if this is a known issue or fact of life.
Hello @rkoberg I just pushed a new tag, this probably resolves