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

WIP: fix(DatePickerInput): Handle Keyboard Input Events #899

Closed
wants to merge 3 commits into from

Conversation

kvnfrederiksen
Copy link
Contributor

@kvnfrederiksen kvnfrederiksen commented Jan 18, 2019

Description

Fixes issue #898.

Current Behavior:
When editing a DatePicker field via keyboard entry, each key press fires an event regardless of the validity of the value entered or the user's intention.

Corrected Behavior:
A new value is not emitted until the user presses Enter or Tab. Pressing Escape reverts the value to its previous state.

Verify that...

  • Any related demos were added and npm start and npm run build still works
  • New demos work in Safari, Chrome and Firefox
  • npm run lint passes
  • npm test passes and code coverage is increased
  • npm run build still works

Bullhorn Internal Developers

  • Run Novo Automation
  • Run BBO Automation
Screenshots

@kvnfrederiksen
Copy link
Contributor Author

Shelving this work so a sprint team can take it up later.

@bvkimball bvkimball deleted the fix/datePickerKeyboardInput branch March 3, 2022 16:49
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.

1 participant