-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Description
Bug Report: Order Notes input field does not clear after submission
Bug Type: Functionality / UI Behavior Issue
Module: Admin → Sales → Orders → Order Notes
Description
When adding a new Order Note in nopCommerce-4.90.2, the note is successfully saved and displayed in the notes list.
However, after submission, the input field still retains the previously entered text.
The field should be automatically cleared to allow the admin to enter new notes without manually deleting old text.
Steps to Reproduce
- Navigate to Admin → Sales → Orders.
- Open any existing order.
- Scroll to the Order Notes section.
- Enter a note into the Add a new note input box.
- Click Add note button.
- Observe the input field after submission.
Actual Result
- The note is saved properly, but the input box still contains the same text entered previously.
Expected Result
- After clicking Add note, the input field should automatically clear, resetting to empty state.
Attachment
Video:
https://jam.dev/c/a33f107a-3d49-4f07-8f1b-93859d0e4e28
Impact
- Admin users must manually delete old text before writing a new note.
- Causes inconvenience and slows down workflow when adding multiple notes.