Adding calendar to PropertyGrid

Hey Ian,

i added a Calendar to HaxeUI.

I added:

case “date”:
c = new DropDown();
cast(c, DropDown).type = “date”;

into “PropertyGroup.hx” in the switch from the function “buildEditor”.
This could be added to the next version of HaxeUI.

Cheers,
Domi

ah, nice one… make sense :wink:

Fancy making a PR? If not, dont worry, ill do it, i just always worry about forgetting about things - and this is a nice small change that has a fairly big effect:)

Cheers,
Ian

Yes thats for PR

Cheers,
Domi

This is in git master now (thanks!)

1 Like

Okay cool.
No problem.