Skip to content

#425 - made DEBOUNCE_FORMAT_MS configurable in the schema #447

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

Conversation

zoul0813
Copy link
Member

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    feature/bug fix?
  • What is the current behavior? (You can also link to an open issue here)
    DEBOUNCE_FORMAT_MS is hard-coded to 1000ms
  • What is the new behavior (if this is a feature change)?
    DEBOUNCE_FORMAT_MS was replaced with debounceFormatTimeout schema property to allow it to be configurable
  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    No
  • Other information:
    you can now set debounceFormatTimeout to adjust how long the field will "wait" before attempting to format the value ... defaults to 1s, and allows you to accommodate "slower data entry".

… the schema, you can now set `debounceFormatTimeout` to adjust how long the field will "wait" before attempting to format the value ... defaults to 1s, and allows you to accommodate "slower data entry".
@zoul0813 zoul0813 merged commit 4239123 into vue-generators:master Apr 24, 2018
@zoul0813 zoul0813 deleted the feature/425-make-debouce-time-configurable branch July 11, 2018 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants