bootstrap-datepicker icon indicating copy to clipboard operation
bootstrap-datepicker copied to clipboard

Fix uneven behavior for maxViewMode and minViewMode

Open mijorus opened this issue 4 years ago • 0 comments

I noticed that maxViewMode and minViewMode have different behaviors based on the type of the variable that you passed it.

While maxViewMode works perfectly with a string, minView really wants an integer, probably it as to do with the checks that is does below, at line 1233.

Q A
Bug fix? yes
Related tickets https://github.com/uxsolutions/bootstrap-datepicker/issues/2602
License MIT

mijorus avatar Nov 04 '21 11:11 mijorus