v3.3.0
New Features
- Added
isPristine
boolean helper flag.true
initially, it indicates whether or not form attributes were changed or touched in any way. Callingreset
helper function also sets it value totrue
.
isPristine
boolean helper flag. true
initially, it indicates whether or not form attributes were changed or touched in any way. Calling reset
helper function also sets it value to true
.