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

แจ้งปัญหาตอนที่ click เลือก year ที่ ถูก disabled

Open 9poobase opened this issue 5 years ago • 1 comments

เมื่อคลิ๊กปีแล้ว มันจะเอา 543 ไปลบ ทำให้ตัวเลขปีลด

เดิมหากเลือกปีได้ มันจะกลับไปหน้าเลือกเดือน แต่จังหว่ะนี้ ปี โดน disabled เอาไว้ แล้วไปกดเลือกปีนั้น script จะเอา 543 ไปลบ ทำให้ตัวเลขปีเปลี่ยน

ผมเลยแก้ bootstrap-datepicker-thai.js บรรทัด 176

จาก var target = $(e.target).closest('span') เป็น var target = $(e.target).closest('span').not(".disabled")

เพื่อไม่ให้ ปีที่ถูก disabled ไปลบ 543

9poobase avatar Aug 21 '19 10:08 9poobase

@9poobase รบกวน review code https://github.com/jojosati/bootstrap-datepicker-thai/pull/1 ที่เพิ่ง merge เข้าไปใหม่ ว่าแก้ปัญหาเคสนี้ได้หรือเปล่าครับ

jojosati avatar Aug 26 '19 15:08 jojosati