Skip to content

Fix duplicate placeholder bug in skills input field - #313

Merged
komalharshita merged 1 commit into
komalharshita:mainfrom
Suhas334:duplicate-placeholder-ui
May 19, 2026
Merged

Fix duplicate placeholder bug in skills input field#313
komalharshita merged 1 commit into
komalharshita:mainfrom
Suhas334:duplicate-placeholder-ui

Conversation

@Suhas334

Copy link
Copy Markdown
Contributor

Summary [required]

Fixed the duplicate placeholder text issue in the skills input field. Removed the redundant placeholder rendering to improve UI clarity and user experience.

Related Issue [required]

Closes #267

Type of Change [required]

  • Bug fix — resolves a broken behaviour

What Was Changed [required]

File Change made
templates/index.html Removed duplicate placeholder rendering in skills input field

Screenshots (if UI change)

Before After

|
image
|
image
|

How to Test This PR [required]

  1. Checkout this branch:
    git checkout duplicate-placeholder-ui

  2. Install dependencies:
    pip install -r requirements.txt

  3. Run the application:
    python app.py

  4. Open:
    http://127.0.0.1:5000

  5. Navigate to the skills input section and verify the placeholder appears only once.

Test Results [required]

Application runs successfully and duplicate placeholder issue is fixed.

Self-Review Checklist [required]

  • I have read CONTRIBUTING.md and followed all guidelines
  • I tested the fix locally
  • I have not introduced debug statements
  • I have not modified unrelated files

Notes for Reviewer

None.

@vercel

vercel Bot commented May 19, 2026

Copy link
Copy Markdown

@Suhas334 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting your first pull request to DevPath.

Before review:

  • Complete the PR template fully
  • Ensure all tests pass
  • Link your PR to an issue
  • Keep changes scoped to the issue

A maintainer will review your contribution soon.

@komalharshita
komalharshita merged commit 385d4fa into komalharshita:main May 19, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Duplicate placeholder text rendered in Skills input field

2 participants