Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Live Validation for Email Input #157

Closed
wants to merge 1 commit into from

Conversation

OwenMelbz
Copy link
Contributor

@OwenMelbz OwenMelbz commented Oct 3, 2016

summary
Displays a tick or cross next to email address fields if email_validation is set to true

preview
screen shot 2016-10-03 at 16 00 20
screen shot 2016-10-03 at 16 00 38

usage

$this->crud->addField([
    'name' => 'email',
    'label' => 'Email Address',
    'type' => 'email',
    'email_validation' => true
]);

@OwenMelbz OwenMelbz changed the title added ability to have live feedback with simple email validation [Enhancement] Live Validation for Email Input Oct 4, 2016
@tabacitu
Copy link
Member

@OwenMelbz I don't think we should include this in the core (again, it does things differently than the other fields), but I'd love to feature this on the Backpack for Laravel blog, in the Code Snippets section, as a separate field people might be interested in, say... valid_email. That way people can reuse your code, still in an "official" manner, and you'd get a link towards whatever you want to promote :-)

What do you think, are you interested in writing an introduction paragraph and collaborating on a GoogleDoc/smth, so we can post on the blog?

Thanks, cheers!

@tabacitu tabacitu closed this Sep 13, 2017
@tabacitu tabacitu removed the ready label Sep 13, 2017
This was referenced Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants