Not sure if extending the Text Field Type is acceptable or not. I figure any changes to the Text Field we'd also want the Password Field to inherit, but as it is this Class overrides all the methods for the Text Field Class anyway so there isn't any actual inheritance going on there.
Wanted you to see this before I merged it in to ensure I was doing this properly. Also to see if it should be changed to extend RBM_FH_Field instead.
Closes #55
Not sure if extending the Text Field Type is acceptable or not. I figure any changes to the Text Field we'd also want the Password Field to inherit, but as it is this Class overrides all the methods for the Text Field Class anyway so there isn't any actual inheritance going on there.
Wanted you to see this before I merged it in to ensure I was doing this properly. Also to see if it should be changed to extend
RBM_FH_Field
instead.