I am trying to hide blinking cursor of NSSecureTextField. I have tried
[[passwordField.cell fieldEditorForView:passwordField] setInsertionPointColor:[NSColor clearColor]];
but it is not working.
I have also tried many answers on the question NSTextField - White text on black background, but black cursor but not able to completely hide it.