address-form icon indicating copy to clipboard operation
address-form copied to clipboard

A React component that renders VTEX's address forms

Results 17 address-form issues
Sort by recently updated
recently updated
newest added

https://github.com/vtex/address-form/blob/9a6b4f7708c8c37b87fd12791076bff1dd2a8b88/react/country/MEX.js#L84 This mexican state should be `Coahuila` instead of "Coahuila de Zaragoza", google apis return the first value. You can test this issue with checkout by setting the street address...

The regions and communes from Chile in version 4 are not organized or with the same name as in version 3.28.4.

I found this library when searching for a library that can handle address form inputs, depending on the country, and I am not sure whether or not this library can...

## Expected Behavior Demo should compile ## Current Behavior ``` ./node_modules/@vtex/address-form/lib/validateAddress.js Module not found: Can't resolve './metrics' in '/Users/mf/Projects/address-form/demo/node_modules/@vtex/address-form/lib' Compiling... Failed to compile ``` ## Steps to Reproduce (for bugs)...

https://github.com/vtex/address-form/blob/de19121bd2d8cb38baa5cadd8dbaa95b1ebd1e43/react/country/GTM.js#L119 ![image](https://user-images.githubusercontent.com/74383945/111686783-1ab5fd00-87ef-11eb-8445-03a3a4018f7c.png)

Hoje a informação de auto complete está assim: ```js fields:[ { name: 'postalCode' postalCodeAPI: true } ``` mas deveria estar assim: ```js fields: [ ... ], postalCodeAPI: true ```

Type: Enhancement
Priority: High

Isso deve ser feito para evitar regressões. Atualizações feitas em: https://github.com/vtex/front.shipping-data/blob/fix/geolocation-fields/src/script/rule/CountryPER.coffee#L2319-L2411

Type: Maintenance
Priority: High

#### What is the purpose of this pull request? When adding a new address inside my account the user is presented today with a field that is mandatory but the...