Skip to content

Conversation

@SinvalMAO
Copy link

When using the restrict="reject" parameter a validation bug is generated with inputs that start with masks. ex:

<input 
  mask="(99) 9999 9999" 
  type="text" 
  name="phone2"
  restrict="reject"
  ng-required="true"
  ng-model="phone2">

myForm.phone2.$valid = true

When using the restrict="reject" parameter a validation bug is generated with inputs that start with masks. ex: <input mask = "(99) 9999 9999" type="text" name="phone2" restrict="reject" ng-required="true" ng-model="phone2">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant