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
Post a Comment