mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Use num keypad in the contact edit view
This commit is contained in:
parent
cef2e693ea
commit
3994129177
1 changed files with 2 additions and 0 deletions
|
|
@ -375,6 +375,8 @@ struct EditContactFragment: View {
|
|||
HStack(alignment: .center) {
|
||||
TextField("Phone number", text: $editContactViewModel.phoneNumbers[index])
|
||||
.default_text_style(styleSize: 15)
|
||||
.textContentType(.oneTimeCode)
|
||||
.keyboardType(.numberPad)
|
||||
.frame(height: 25)
|
||||
.padding(.horizontal, 20)
|
||||
.padding(.vertical, 15)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue