Actions
Bug #71
closedUI Break Due to Unbounded Text Input in School Management (Web)
Status:
Closed
Priority:
Normal
Assignee:
-
Description
Description
The School Management page does not enforce any limit or formatting on user name fields. When an extremely long string is entered in the fields, it overflows the UI container and breaks the layout.
Environment
URL: https://dev.akinderwellness.com/pages/schoolManagement
Platform: Web (Chrome)
Role: Super Admin
Steps to Reproduce
- Send POST to
https://api.akinderwellness.com:4001/api/schools/add - Enter very long text in the fields
- Send the request
- Open School Management page
https://dev.akinderwellness.com/pages/schoolManagement - Observe the UI rendering
Expected Result
Fields should have
- Have a maximum character limit (e.g., 50–100 chars)
- Be truncated with ellipsis (...) if too long
- Maintain proper layout
Actual Result
- Long text overflows the container
- UI becomes unreadable and misaligned
- Other elements (email, role, buttons) shift or overlap
Files
Actions