We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Name Field in the Upload Documents is Editable causing wrong file upload name. As a result incorrect document name is stored in the backend.
The Name Field Should not allow to be editable. It should only allow actual document name.
Original Document Name is MyDocument.pdf
Writing Wrong document Name
Incorrect Document Name is Stored
Windows
Chrome
Docker
No response
Putting readonly attribute in the Input Field should solve the problem
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
@dartpain @tenokami I want to work on this issue can you assign me.
Sorry, something went wrong.
How can I help out with this issue?
@dartpain submited the PR pls take a look
ArnabBCA
No branches or pull requests
📜 Description
The Name Field in the Upload Documents is Editable causing wrong file upload name.
As a result incorrect document name is stored in the backend.
👟 Reproduction steps
👍 Expected behavior
The Name Field Should not allow to be editable. It should only allow actual document name.
👎 Actual Behavior with Screenshots
Original Document Name is MyDocument.pdf
Writing Wrong document Name
Incorrect Document Name is Stored
💻 Operating system
Windows
What browsers are you seeing the problem on?
Chrome
🤖 What development environment are you experiencing this bug on?
Docker
🔒 Did you set the correct environment variables in the right path? List the environment variable names (not values please!)
No response
📃 Provide any additional context for the Bug.
Putting readonly attribute in the Input Field should solve the problem
No response
📖 Relevant log output
No response
👀 Have you spent some time to check if this bug has been raised before?
🔗 Are you willing to submit PR?
Yes, I am willing to submit a PR!
🧑⚖️ Code of Conduct
The text was updated successfully, but these errors were encountered: