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

keyup event introduced for color changing from input box #257

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ImamHossainRoni
Copy link

Description

This pull request adds a new event named keyup to this package. The event is triggered when the user releases a key on the keyboard.

Changes

  • Added a new keyup event to the npm package.
  • Not Updated the documentation to include the new event and explain its behavior.
  • Tested the event to confirm it works as expected.

Benefits

This new event allows developers to respond to keyup events in their applications, which can be useful for various purposes such as implementing keyboard shortcuts, detecting key releases, and more.

Possible drawbacks

None.

How to test

To test the keyup event, follow these steps:

  1. Import the npm package into your project.
  2. Register a listener for the keyup event.
  3. Trigger the event by releasing a key on the keyboard.
  4. Observe the behavior of the event and confirm that it works as expected.

Checklist

  • Code has been written and tested
  • The branch is up to date with the latest changes from the main branch

keyup event introduced for color changing from input box
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.

None yet

1 participant