TAdvFileNameEdit BtnClick filename display glitch

If I have a filename pre-populated in the TAdvFileNameEdit and then click the button to browse for a filename, only part of the filename is shown even though the whole path is actually present which confuses users.

For example, if I have this as my entry:
C:\Users\efh20\Documents\WRReportBackup_20210416_1326.zip
When I then click the Browse button, it displays only this in the File Name box at the bottom:
20210416_1326.zip
If you then click into that File Name box followed by the home key, the whole path then appears.

Delphi 10.4.2
TAdvFileNameEdit 1.7.0.0
DialogKind=fdOpen
DefaultExt=zip
Filter=Archive Files (.zip)|.zip

Nevermind, I'll submit this to Embarcadero... seems to be a problem with TOpenDialog, not your TAdvFileNameEdit.