-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
this is verry usefull.. but i have a one quation.
while i am form submit using api at a time server side validation get. so it can be a possible server side validation display in one notify.
my code is:-
i am use br tag for all message live are seprate...
axios.post('http://localhost/practice/laravel/laravel_api/api/product_add', data).then(function (response) {
if (response.data.status == false){
var erorrs = '';
response.data.message.map(function(erorr){
erorrs += erorr+"
";
});
}
});
Metadata
Metadata
Assignees
Labels
No labels