lukemadera / meteor-autoform-googleplace

Google Places Autocomplete input (without map). Returns an object with formatted address components
21 stars 19 forks source link

[suggestion] export addressSchema #12

Closed sakulstra closed 8 years ago

sakulstra commented 8 years ago

Hay, why don't you simply add the AddressSchema to this package and export it? So we wouldn't need to copy paste it if we want to use this plugin ;)

Regards, Lukas

edit: okay perhaps it isn't that easy because your state regex, only allows some specific states, but would always fail in European country

lukemadera commented 8 years ago

Yeah, I want to keep flexibility. Copy and paste isn't too hard ;)