Address » History » Version 1
prin methirattanasophon, 02/19/2026 07:55 AM
| 1 | 1 | prin methirattanasophon | # Address |
|---|---|---|---|
| 2 | |||
| 3 | Address Form Description: User interface to help user fill their address easier by auto fill the relevant fields. |
||
| 4 | |||
| 5 | Page Route: |
||
| 6 | - /onboarding/addresses |
||
| 7 | - /onboarding/address/office |
||
| 8 | |||
| 9 | Data Source: damas-addresses.json |
||
| 10 | |||
| 11 | Address Field: |
||
| 12 | |||
| 13 | |Field|Type|Required|Description| |
||
| 14 | |:--|:--|:--|:--| |
||
| 15 | |Number|string|Y|address number| |
||
| 16 | |Floor/Room|string||floor and/or room| |
||
| 17 | |Village/Building|string||village or building| |
||
| 18 | |Alley|string||alley| |
||
| 19 | |Road|string||road| |
||
| 20 | |Subdistrict|string|Y|tambon| |
||
| 21 | |District|string|Y|Amphoe| |
||
| 22 | |Province|string|Y|province| |
||
| 23 | |Zipcode|string|Y|zipcode| |
||
| 24 | |Country|string|Y|Thailand for Thai citizen| |
||
| 25 | |||
| 26 | Component Logic |
||
| 27 | |||
| 28 | |Field|Type|Action| |
||
| 29 | |:--|:--|:--| |
||
| 30 | |Number|text|| |
||
| 31 | |Floor/Room|text|| |
||
| 32 | |Village/Building|text|| |
||
| 33 | |Alley|text|| |
||
| 34 | |Road|text|| |
||
| 35 | |Subdistrict|dropdown|auto fill District, Province, Zipcode, Country base on Subdistrict| |
||
| 36 | |District|dropdown|auto fill Province, Country base on District. clear Subdistric and Zipcode| |
||
| 37 | |Province|dropdown|clear Subdistric, District and Zipcode| |
||
| 38 | |Zipcode|dropdown|auto fill District, Province, Zipcode, Country base on Zipcode| |
||
| 39 | |Country|dropdown|default Thailand for Thai citizen| |
||
| 40 | |||
| 41 | --- |