You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Submit button fires the onAddFile eventhandler, but if the user has focus on the Rename input field and presses the Enter key after having:
Selected a file
Entered a value for Rename
The onAddFile eventhandler isn't fired and the ngx-mat-file-input selected file is cleared out.
Also confirmed is that the reactive form has no value for the file field:
this.entryForm.controls.file.value is ""
this.entryForm.controls.file.status is "invalid"
Angular => 10.1.4
The text was updated successfully, but these errors were encountered:
I have a very simple form with a one ngx-mat-file-input and another text infput:
Add file clearUsing the Submit button fires the onAddFile eventhandler, but if the user has focus on the Rename input field and presses the Enter key after having:
The onAddFile eventhandler isn't fired and the ngx-mat-file-input selected file is cleared out.
Also confirmed is that the reactive form has no value for the file field:
this.entryForm.controls.file.value is ""
this.entryForm.controls.file.status is "invalid"
Angular => 10.1.4
The text was updated successfully, but these errors were encountered: