Skip to content

Incorrect phone number valiadtion #63

@Shajansheriff

Description

@Shajansheriff

I'm using ember! this is the snippet

let value = this.get('value'); // +91876543210!@#$%
if (!isValidNumber(value)) { }

The above number is accepted as valid number. But obviously its not. But in
another eg: +91876543210$%^23 //invalid number
Am I doing it right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions