I have extended the TextInput class. Some of the features I have added 
include data validation, of which date validation is one.

In some cases I would like to use the DateField to get dates. I always 
make the date field editable, I would like to reuse my extended 
TextInput component by having the DatefField call that instead of the 
standard TextInput component.

Any ideas on how to do this?

Paul

Reply via email to