Is there a way to not expose the state variable names? Example: `this.state = { firstName: '' }` If it´s required, the default error would be 'The field "firstName" is mandatory.', right? I´d like to set to something like 'The field "first name" is mandatory.' Is it possible?