Open r00dgirl opened 4 years ago
FYI, here are six fields provided by MyInfo today, two of which are optional:
// 1. building name (if available),
// 2. block/street number,
// 3. street,
// 4. floor + unit (if available),
// 5. country
// 6. postal
This should be a composite field - meaning essentially it would render multiple form fields.
This, in theory, the following layout should be able to cater to most addresses.
FYI, here are six fields provided by MyInfo today, two of which are optional:
// 1. building name (if available), // 2. block/street number, // 3. street, // 4. floor + unit (if available), // 5. country // 6. postal
${blk_number} ${street_name}
${building_name}, ${floor_number}-${unit_number}}
${country}
${postal_code}
to dos
considerations
possibility