-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Bug Report — Edit Vendor Form
Found during: Manual testing of Edit Vendor screen
Bug 1: Phone Number field has no input mask
Current behavior: Phone Number field accepts raw digits with no formatting (e.g., 6154567898).
Expected behavior: Phone Number field should apply an input mask to format the number as the user types (e.g., (615) 456-7898).
Location: Edit Vendor → Phone Numbers section
Bug 2: Trade Tags input text not cleared after tag creation
Current behavior: After typing a tag name (e.g., "plumbing") and creating the tag, the typed text remains in the input field alongside the newly created chip.
Expected behavior: After a tag is created (chip appears), the text input should clear automatically so the user can immediately type another tag or move on.
Location: Edit Vendor → Trade Tags section
Screenshot
The screenshot shows both issues on the Edit Vendor form for "Juan Gonzalez":
- Phone number
6154567898displayed without formatting - "plumbing" tag created as a chip but the text "plumbing" still visible in the input
Labels: bug, frontend, vendor