jurassix / react-validation-mixin

Simple validation mixin (HoC) for React.
MIT License
283 stars 38 forks source link

Need he.decode #35

Closed shunjikonishi closed 9 years ago

shunjikonishi commented 9 years ago

getValidationMessages method with key returns decoded messages. But without key returns not decoded messages.

https://github.com/jurassix/react-validation-mixin/blob/v4.2.0/ValidationFactory.js#L15

jurassix commented 9 years ago

Thanks for the report. I'll put a test around this and get it resolved.

jurassix commented 9 years ago

fixed in v5.0.5 and published to npm. note: you will need to upgrade to latest version of library. Follow these steps to migrate

shunjikonishi commented 9 years ago

@jurassix Thanks for quick fix!