angular-bootstrap-select icon indicating copy to clipboard operation
angular-bootstrap-select copied to clipboard

ng-required="true" shows as an error on load of pristine form

Open rkoberg opened this issue 11 years ago • 1 comments

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.

rkoberg avatar Jul 19 '14 23:07 rkoberg

Hello @rkoberg I just pushed a new tag, this probably resolves

joaoneto avatar Aug 03 '14 05:08 joaoneto