diff --git a/Sources/ProfileFeature/Controllers/ProfilePhoneController.swift b/Sources/ProfileFeature/Controllers/ProfilePhoneController.swift
index c7d9e8c7ee82214f7a66069da2640299caf9a89e..c9d2858b9dc05e8cda2f67f38076dc0f3bd8e3a3 100644
--- a/Sources/ProfileFeature/Controllers/ProfilePhoneController.swift
+++ b/Sources/ProfileFeature/Controllers/ProfilePhoneController.swift
@@ -107,6 +107,7 @@ public final class ProfilePhoneController: UIViewController {
       .saveButton
       .publisher(for: .touchUpInside)
       .sink { [unowned self] in
+        view.endEditing(true)
         viewModel.didTapNext()
       }.store(in: &cancellables)
   }