Skip to content

Conversation

@nasdan
Copy link
Member

@nasdan nasdan commented Aug 28, 2018

No description provided.

@nasdan nasdan requested a review from brauliodiez August 28, 2018 08:06
/*{
firstName: { succeeded: true, type: "REQUIRED", key: "firstName", errorMessage: "" },
lastName: { succeeded: true, type: "REQUIRED", key: "lastName", errorMessage: "" }
}*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember what was the intention when we create the readme about this commented code, dou you know why?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see it's dumping the result, it's from a previous version (even previous that current)

constructor() {
this.succeeded = false;
this.fieldErrors = [];
this.fieldErrors = {};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MMM... I think this is a breaking change, should we go for a major release?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think it should be major

@nasdan nasdan merged commit bd68022 into master Sep 4, 2018
@nasdan nasdan deleted the feature/84-Improve-get-formValidationResult.fieldErrors branch September 4, 2018 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants