adopted-ember-addons / ember-validators

A collection of EmberJS validators
Other
24 stars 40 forks source link

[FEATURE] allowNonTld & minTldLength in format validator #39

Closed offirgolan closed 7 years ago

offirgolan commented 7 years ago

cc @snewcomer @aronysidoro 😸

snewcomer commented 7 years ago

This looks much better. Nice work!

offirgolan commented 7 years ago

@snewcomer thank you. I do have a bit concern around using RegExp.prototype.source. Im not really sure how reliable it is nor what its browser compatibility is. I need to do some more research before merging this in.