|
@@ -23,6 +23,9 @@ extension CGM {
|
|
|
.autocapitalization(.allCharacters)
|
|
.autocapitalization(.allCharacters)
|
|
|
.keyboardType(.asciiCapable)
|
|
.keyboardType(.asciiCapable)
|
|
|
}
|
|
}
|
|
|
|
|
+ .onDisappear {
|
|
|
|
|
+ viewModel.onChangeID()
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
Section(header: Text("Other")) {
|
|
Section(header: Text("Other")) {
|