ui-mask icon indicating copy to clipboard operation
ui-mask copied to clipboard

Input not fully clearing when invalidated from programmatically set ng-model

Open andydion opened this issue 7 years ago • 0 comments

When bookTripForm.pickup.phone is set programmatically to a value such as "5555555", (7 digits), the input field is empty, but the label is not in the "grey placeholder" state, but shrunken and moved up and darkened as though there was actually values in the empty input field.

Example HTML below:

{{ 'VALIDATION.PHONE' | translate}}

andydion avatar Apr 17 '17 17:04 andydion