I have a couple of NSTextFields values bound with corresponding string properties of my view controller class.
The NSTextFields have the content type set to Username and Password respectively.
When running, the user is asked to select the password and the values are apparently put in the text fields. But the bound properties are not set (they are empty strings). If I use stringValue directly from the text field the values are there.
The bound value is set to continuously update value.
I can work around this issue using stringValue, but I asume that autofill should also work with bindings on macOS.
The NSTextFields have the content type set to Username and Password respectively.
When running, the user is asked to select the password and the values are apparently put in the text fields. But the bound properties are not set (they are empty strings). If I use stringValue directly from the text field the values are there.
The bound value is set to continuously update value.
I can work around this issue using stringValue, but I asume that autofill should also work with bindings on macOS.