Skip to content

UI Bug: Skills Input Rendering Issue and Duplicate "Generate My Projects" Buttons #337

@riddhisharma7905

Description

@riddhisharma7905

The project generation form currently has multiple UI issues affecting usability and visual consistency.

Issues Observed

  1. HTML/accessibility attributes are visibly rendered inside the "Your Skills" input field.
  2. The "Generate My Projects" button appears twice in the UI, creating unnecessary duplication and confusion.

Steps to Reproduce

  1. Open the project generation page
  2. Navigate to the "Your Skills" section
  3. Observe HTML/accessibility attributes rendered visibly inside the input field
  4. Scroll to the bottom of the form
  5. Observe duplicate "Generate My Projects" buttons

Expected Behavior

  • The skills input field should only display placeholder/user-entered text.
  • Accessibility attributes should remain internal to the DOM.
  • Only one primary "Generate My Projects" button should be displayed.

Actual Behavior

  • HTML/accessibility attributes are rendered visibly inside the input field.
  • Two identical "Generate My Projects" buttons are displayed in the UI.

Possible Cause

This may be caused by:

  • malformed JSX
  • duplicated component rendering
  • improperly structured form layout
  • accidental rendering of accessibility attributes as plain text

KINDLY ASSIGN ME THE PROJECT FOR CORRECTION.

Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions