[flexcoders] Is there a DateField Component that optionally allows typing a date?

2007-04-24 Thread boy_trike
I like the DateField component, but sometimes it is faster to just type a date. Has anyone come out with a component that does that? Thanks Bruce

Re: [flexcoders] Is there a DateField Component that optionally allows typing a date?

2007-04-24 Thread Manish Jethani
I had made one long ago for Flex 1.5, but that's no use. You can create your own by subclassing DateField and (1) setting textInput.editable to true in createChildren() and (2) parsing the date from the input text and updating the selectedDate property on the textInput change event. On 4/25/07,