Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Placeholder Text Issue in Search Input #503

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Swarnendu0123
Copy link

@Swarnendu0123 Swarnendu0123 commented Dec 21, 2023

Fixes: #502

Description

This pull request addresses the issue where the placeholder text in the search input box on the p5.js website changes unexpectedly. The placeholder text is set to 'Search' initially, but when a user clicks on the input box, it changes to 'Search with Google.'

Changes Made:

Modified the code to ensure that the placeholder text remains consistent as 'Search with Google' both before and after clicking on the search input box.

Video:

21.12.2023_12.39.35_REC.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Placeholder Text Issue in Search Input
1 participant