I cannot figure out how to change how the F2C_TAGS field displays in a front end submission form. I have created a form and every field looks fine EXCEPT the "tag" field type which for some reason is styling differently than the other fields (I've attached an image below).
In the form.xml the "tag" field is written like so:
<field name="tags" type="tag" label="JTAG" description="JTAG_DESC" class="inputbox" multiple="true" />
If I change the type from "tag" to anything else the field looks fine but doesn't function correctly (I am using ajax to lookup tags). There is an inline bit of CSS that renders that field to "width: 42px" and I have looked everywhere and cannot find where that inline code is coming from. The CSS from the source is:
<div class="chzn-container chzn-container-multi" style="width: 42px;" title="" id="jform_tags_chzn">
Adjusting chosen.css has no effect on this bit of inline code that is coming from...somewhere. I imagine this is coming from Joomla! and not F2C but that doesn't explain to me how the other standard Joomla! fields (like Title and Author) look fine.
In a nutshell: where does Joomla! and F2C get the code to render/stylize the "tag" type? I have looked every where and can't seem to find an answer.
Thank you!