Decimal number Validation

 Allow only decimal number validation

 Click here for share link

export const number = val => {
    const regex = /^[0-9]+$/;
    return regex.test(val);
}


 

Comments

Popular posts from this blog

Image Preview Before upload image into ReactJs

Format mobile number to this format "(845) 963-2545" #mobileFormat