Hi Jeff,
>> When adding a field to a form, I see Numeric and Spinner in the Type drop down. When I choose Numeric, they all have spinner controls.
well yes an no. Some browsers display a Spinner control, others do not. the "Number" type maps to the HTML <Input type="number"> and each different browser can then display that according to the browser itself. I've not had a lot of joy with number - you can't control the formatting, and the browser does a lot of it's own stuff.
The "Spinner" type came later and is a spinner on all browsers. So if you want a spinner choose this. If you _don't want a spinner then go with Terry's suggestion and change the type to "String" (and you can set the format as well.)
>> It seems to me I should only have a spinner control if I explicitly choose Spinner. Is this by design?
yes it's by design, just not my design <g>.
>> I'm looking into setting a jquery option to turn off the spinner. If this is a template feature, could you add an option to turn on/off the spinner for the Numeric field type?
alas no, I can't turn it off for "number". The best way to turn it off is to make ti a "String".
cheers
Bruce