Skip to content

Label for Description Input Field is not working while creating new event type. #23598

@mtayyabrawan

Description

@mtayyabrawan

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

  1. Go to https://app.cal.com/event-types
  2. Click the New button in the top-right corner of the screen.
  3. A modal appears with the heading "Add a new event type".
  4. Click on the Title label above the first input field → the input is focused.
  5. Click on the URL label above the second input field → the input is focused.
  6. 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

No one assigned

    Labels

    Low priorityCreated by Linear-GitHub Syncevent-typesarea: event types, event-typesuiarea: UI, frontend, button, form, input🐛 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions