Description: There is no validation in place for the description field length when creating or editing vendors(and other fields). Entering a description with more than 200 characters cause the user interface (UI) to break, and entering more than 300 characters lead to an HTTP 500 error.
Preconditions: User is logged in with active account.
Steps to Reproduce:
Navigate to the vendor section.
Click "Add new vendor" or eddit existing one.
Enter a description with more than 200 or 300 characters.
Click "Confirm" button.
Observe the system's response.
Expected Result: The system should validate the description field length and provide a warning or limit the input to appropriate length.
Actual Result: Depending on length input system UI breaks or an HTTP error 500 is returned.