autoSaveTextFields
A Boolean value that indicates whether text fields save their values before changing preference panes.
Declaration
var autoSaveTextFields: Bool { get }Discussion
If this property is true, text fields are forced to give up their responder status before shouldUnselect is called on the preference pane. If it is false, the preference pane is responsible for forcing text fields to give up their responder status before saving them. The default value is true.