bietkul / react-reactive-form

Angular like reactive forms in React.
MIT License
309 stars 32 forks source link

can you provide one example using .onBlurChanges #13

Closed sred36 closed 6 years ago

sred36 commented 6 years ago

this.mssqlForm.onBlurChanges.subscribe((value) => {

when i am using above pattern its throwing error like × TypeError: Cannot read property 'subscribe' of undefined

please provide one example ..

bietkul commented 6 years ago

This function onBlurChanges only works with a FormControl.