How to disable TextField with Toogle in SwiftUI? – Ios swift
How should TextField be properly disabled when using Toogle in swiftUI? The following simple example causes warnings in the console if we disable a TextField that has some value entered in it, deleting it doesn't fix the situation either. struct…