So I'm using gform_field_input and targeting the 'State' field of the complex 'address' box. It seems to overwrite the whole lot when I provide a new value or type via the add_action('gform_field_input', 'functionnamehere', 10,5) action.
Is there a away I can drill down into those input types?