html5 - Angular Reactive forms novalidate not working -


angular reactive forms not disabling html5 default validations when added novalidate.

please check plunker link.

i've added novalidate on form, still validates text input on basis of pattern attribute. when added novalidate should ignore pattern validation.

i've added pattern want open numeric keypad on text input.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

vue.js - Create hooks for automated testing -

Optimising Firebase database by automatically overwriting data -