Syed Abuthahir
                                            Syed Abuthahir
                                        
                                    Can you explain how do what that?
Oh, Sure. I am using laravel as a backend it's returning the object like below ```js { 'email' : 'already exists', 'password' : 'password sholudnot contain your name' } ```...
Currently, informed has [Form Level Validation](https://joepuzzo.github.io/informed/?selectedKind=Validation&selectedStory=Form%20Level%20Validation&full=0&addons=0&stories=1&panelRight=0&addonPanel=REACT_STORYBOOK%2Freadme%2Fpanel) but setting a error to every field individually for large forms ( 10 to 15 fields) will complex, to avoid that scenario if lib...
Thanks, @mientjan. I am also looking into that. I will tell if I figure it out.
This is example code @mientjan. I changed syntax highlight rules to get the correct design. ```js import React, { Component } from 'react'; import { Platform, StyleSheet, Image, Text, View,...