I have a custom textfield:
struct InputField: View { var inputText: Binding var title: String var placeholder: String @State va