Hi, Has anyone been able to modify the border of the TextInput component of the Date field?
I'm trying to set it to ZERO.
I've tried extending the DateField -> MyDateField and specifying the
borderThickness in updateDisplayList using
this.textInput.setStyle("borderThickness", 0);
... to be honest, I'm not even sure if that's the correct approach? is there
a way to do it through code?
Thansk in advance!!
Nick

