-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: 1.36.4
-
Component/s: Collection, UI / UX
-
None
-
Environment:OS: MacOS 13.3.1
Additional info: MongoDB Compass 1.36.4
-
1
-
Not Needed
Problem Statement/Rationale
After dropping a collection, the next time I click on "Delete collection" or "Drop collection", the confirmation pop-up/dialog displays the input field with the name of the previous collection pre-filled.
Example after dropping the "changeloglocks" collection and clicking on drop collection on another collection.
Steps to Reproduce
- Click on the "Delete collection" icon (trash can) in the database's collections view or on the three dots on the collections list on side bar, and choose "Drop collection".
- On the confirmation dialog, fill in the collection's name and click on "Drop collection".
- Repeat step 1.
- On the confirmation dialog, the collection's name from step 2 will be pre-filled.
Expected Results
The text input field in the confirmation dialog should be empty.
Actual Results
The text input field in the confirmation dialog gets pre-filled with the name of the previous dropped collection.
- duplicates
-
COMPASS-7035 Clear the "Drop Collection" Modal input if "
- Closed