codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
28 stars 25 forks source link

Add onkeyup #338

Closed radhey30 closed 1 year ago

radhey30 commented 1 year ago

Added onKeyUp functionality on input field with the help of useRef hook. Fixes #334

leekahung commented 1 year ago

Hey @radhey30 thanks for contributing to our project! I see that you're attempting to create a new feature for the codebase from a fork. That should be fine, but we usually merge into Master only from Development and leave the Master branch alone for the most part. So if you'd like to make changes or create a new feature branch feel free to checkout from Development from your fork and include these changes there before merging our Development branch.