-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
Low priorityCreated by Linear-GitHub SyncCreated by Linear-GitHub Syncevent-typesarea: event types, event-typesarea: event types, event-typesuiarea: UI, frontend, button, form, inputarea: UI, frontend, button, form, input🐛 bugSomething isn't workingSomething isn't working
Description
Label for Description Input Field is not working while creating new event type
Issue Summary
When creating a new event type, a modal opens asking for Event Title, Event URL, and Event Description.
The labels for Title and URL correctly focus their respective input fields when clicked. However, the label for Description does not focus the description text area, suggesting that the label is not properly associated with its input.
Steps to Reproduce
- Go to https://app.cal.com/event-types
- Click the New button in the top-right corner of the screen.
- A modal appears with the heading "Add a new event type".
- Click on the Title label above the first input field → the input is focused.
- Click on the URL label above the second input field → the input is focused.
- Click on the Description label above the third input field → nothing happens (the description field is not focused).
Actual Results
- Clicking the Description label does nothing.
- The label is not properly linked to its corresponding input field.
Expected Results
- Clicking the Description label should focus the Description input field (textarea), just like it works for the Title and URL fields.
- This ensures accessibility and consistency across the form.
Technical Details
- Browser version: Chrome 140.0.7339.81
- OS: Windows 10
Evidence
Screen Recording : https://drive.google.com/file/d/1TTF_tL12bqD0rTeQ2WNPfH7tM9b6AEIY/view
Metadata
Metadata
Assignees
Labels
Low priorityCreated by Linear-GitHub SyncCreated by Linear-GitHub Syncevent-typesarea: event types, event-typesarea: event types, event-typesuiarea: UI, frontend, button, form, inputarea: UI, frontend, button, form, input🐛 bugSomething isn't workingSomething isn't working