Using .submitLabel() modifier we can change it.
.submitLabel(.route)
.submitLabel(.next)
.submitLabel(.search)
also we can fetch the action of return button
.onSubmit {
print(\"Something to the console!\")
}
0 Comments
Leave a Comment