SIGN IN SIGN UP

Remove support for explicitly setting text view editability via parameter or environment

The `isEditable` parameter and related environment key have been removed from
both AppKit and UIKit implementations. Editable state now fully respects the
SwiftUI `isEnabled` environment value and, on iOS, also `editMode` when set.
This simplifies the API surface and avoids precedence ambiguity.
M
Marcin Krzyzanowski committed
0a38cbafe789fce71f63556676367fa4b30c080a
Parent: 27d5ce3