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

DatePickerInput emits value on each key press #898

Open
kvnfrederiksen opened this issue Jan 18, 2019 · 0 comments
Open

DatePickerInput emits value on each key press #898

kvnfrederiksen opened this issue Jan 18, 2019 · 0 comments
Labels

Comments

@kvnfrederiksen
Copy link
Contributor

kvnfrederiksen commented Jan 18, 2019

Note: for support questions, please use one of these channels: Chat: BullhornOSS Gitter

Describe the bug
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.

To Reproduce
Steps to reproduce the behavior:

  1. Route to this link: http://bullhorn.github.io/novo-elements/#/form-controls/date-picker
  2. Click into the first text input field under Date Picker > Full Date Picker > Date Example
  3. Erase the default value
  4. Enter a value in MM/DD/YYYY format that is not today
  5. Backspace to remove the last character of the date

Expected behavior
A new value is not emitted until the user presses Enter or Tab.

Actual behavior
A new value is emitted on each key press.

Specifications

  • Version: 3.4.1
  • Platform:
  • Subsystem:

Screenshots
image

Additional context
Add any other context about the problem here.

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

No branches or pull requests

2 participants