clauderic / react-infinite-calendar

✨ Infinite scrolling date-picker built with React, with localization, range selection, themes, keyboard support, and more.

Home Page:http://clauderic.github.io/react-infinite-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selected date in input text not change follow the locale.

ChineseGhost opened this issue · comments

Now I'm using ngx-bootstrap datepicker and following this link
https://valor-software.com/ngx-bootstrap/#/datepicker#locales to set locale of the date format to thai date (th-be). Then when I click the input text the calender showing with thai pattern.
image

But when I select the date, the date text that is show in the input still not change to thai pattern.
image

But if I test with https://stackblitz.com/, the date text in the input text correct as I want.
image

Any suggestion.
Thanks

This problem is solved by updating the ngx-bootstrap to 5.6.1.