debounceValidate()} minlength={1} maxlength={64} />
debounceValidate()} maxlength={64} />
debounceValidate()} minlength={1} maxlength={64} />
debounceValidate()} required maxlength={128} />
{#snippet child({ props })}
{info.phoneCountryCode || "Select"}
{/snippet}
No country found.
{#each PHONE_COUNTRY_CODES as { country, phoneCode } (country)}
{ info.phoneCountryCode = phoneCode; debounceValidate(); closePhoneCodeAndFocus(); }} >
{phoneCode}
{country}
{/each}
debounceValidate()} class="flex-1" minlength={1} maxlength={20} />
Address Information
{ info.country = e; debounceValidate(); }} name="country" >
{capitalize( info.country.length > 0 ? info.country : "Select", )}
{#each COUNTRIES_SELECT as country}
{country.label}
{/each}
debounceValidate()} minlength={1} maxlength={128} />
debounceValidate()} />
debounceValidate()} />
debounceValidate()} />
debounceValidate()} />