Address
Request an address the easy way — we show matches immediately using autocomplete
The address input accepts U.S. and International addresses using autocomplete.
Configuration | Value |
---|---|
Required | Toggle on/off if required |
Label | Enter a label for your address input |
Theme-able Classes
.themeable_input_generic {
// generic prelim text input
}
.themeable_input_address_text_input {
// input address specific text input overrides
}
.themeable_input_address_country_input_container {
// root of the country select elemnt
}
.themeable_input_address_country_text {
// base appearance of the country text
}
.themeable_input_address_country_text_selected {
// appearance of the country text when country is selected
}
.themeable_input_address_country_dropdown_arrow {
// modifiers to the dropdown arrow
}
Updated about 1 year ago