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

Ui and input not consistent w.r.t date invalid error #2710

Open
sant527 opened this issue Sep 18, 2024 · 0 comments
Open

Ui and input not consistent w.r.t date invalid error #2710

sant527 opened this issue Sep 18, 2024 · 0 comments

Comments

@sant527
Copy link

sant527 commented Sep 18, 2024

Expected behaviour

UI and input should be consistent

Actual behaviour

image

Datepicker version used

1.10.0

Example code

    $('.dt_picker').datepicker({
        autoclose: true,
        orientation: "auto",
        forceParse: false,
        format: 'mm/dd/yyyy',
        startDate: '01/01/1970',
        endDate: '12/31/9999',
        todayHighlight: true,
        weekStart: 1,
        clearBtn: true,
        validateOnBlur: true
    })
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