Closed pawarvijay closed 7 years ago
Not a bug but Just curious to know how its working
from where does this.props is getting fields object
fields: {id, color, sprocketCount, owner} source
fields: {id, color, sprocketCount, owner}
render() { const { editStop, fields: {id, color, sprocketCount, owner}, formKey, handleSubmit, invalid, pristine, save, submitting, saveError: { [formKey]: saveError }, values } = this.props; const styles = require('containers/Widgets/Widgets.scss'); return (
It's from an old version of redux-form.
thanks for reply can you point me to new work around for this example that contains inline validation for that particular row only
Not a bug but Just curious to know how its working
from where does this.props is getting fields object
fields: {id, color, sprocketCount, owner}
source