-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Bug Report
Title
Selected file not visible on Import Edit page in Krayin CRM
Description
When editing an import entry in Krayin CRM, after selecting a file, the file name is not displayed. Instead, it shows "No file chosen" even though a file has been selected. This creates confusion as the user cannot verify whether the file is attached or not.
Preconditions
- Krayin CRM Version: (please specify)
- Environment: (e.g., local, staging, production)
- Browser: (e.g., Chrome 114, Firefox 116)
- Commit ID: (if applicable)
Steps to Reproduce
- Navigate to Settings > Data Transfer Manage > Import.
- Click on Create Import or edit an existing import.
- Observe the file input section.
Actual Result
video link - https://webkul.chatwhizz.com/share/view-recording/6875e6704c56fb057da33d35
File input displays "No file chosen", even though a file has been selected.
Expected Result
The name of the selected file should be visible after selection to confirm user action.
Additional Notes
- This could be due to frontend binding issues or how the file input is being handled post-rendering.
- Please verify whether this is only a UI issue or if the file is actually missing from the form data.