This repository was archived by the owner on Aug 5, 2019. It is now read-only.
This repository was archived by the owner on Aug 5, 2019. It is now read-only.
DateBoxAppended shows two datepickers and doesn't set date when clicked #496
Open
Description
When I use the DateBoxAppended inside a PopupPanel I am getting a couple of things going wrong. Firstly, when I click inside the TextBox I get the picker showing up twice, once for the TextBox and once for the icon:
They seem to be interpreting the date wrong - one shows 04/02 and the other shows 02/04.
Also when I click to select a date on either of them it doesn't work.
Strange because I have the same box in another place and it works fine. The PopupPanel is the only difference I can think of.