2
0

feat(editor): Add default country code phone

This commit is contained in:
Baptiste Arnaud
2022-02-22 16:00:32 +01:00
parent 3ecde23e51
commit 6d455a3861
5 changed files with 255 additions and 5 deletions

View File

@ -100,6 +100,7 @@ export type UrlInputOptions = OptionBase & {
export type PhoneNumberInputOptions = OptionBase & {
labels: { placeholder: string; button: string }
retryMessageContent: string
defaultCountryCode?: string
}
export type TextInputOptions = OptionBase &