MyDAC MyConnection ignores Password

MyDAC MyConnection ignores Password

In various circumstances, the TMyConnection "Password" field doesn't seem to work properly.

1. In the Delphi Object Inspector, right after I enter a password into the Password field, if I then set Connected to True, a connect dialog pops up with the Password slot empty. This is very inconvenient during design time development and testing.

2. In other situations, it seems that the Password value gets deleted.  But I'm not sure what circumstances lead to that.

Is there something I can set so that when clicking "Connected" MyDAC will just use the credentials that are visible in ObjectInspector (and skip the connect Dialog), or at least include Password in the Connect dialog?