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

about clear button bug fix for v5.39.0 #368

Open
mbdmt opened this issue Feb 9, 2021 · 0 comments
Open

about clear button bug fix for v5.39.0 #368

mbdmt opened this issue Feb 9, 2021 · 0 comments

Comments

@mbdmt
Copy link

mbdmt commented Feb 9, 2021

v5.39.0
My own situation,
After clicking the clear button, today’s date cannot be selected.
This is my own modification, please tell me if there is a problem with this modification

line 673:
this.input.val("" + (this.unset ? '' : this._dates[index].format(this.actualFormat)));

fix :
this.input.val("" + (this.unset ? '' : this.getMoment().format(this.actualFormat)));

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

No branches or pull requests

1 participant