When a NumberField is used inside a <label> element, then you can't click inside the input. It gets immediately de-selected. Plus/minus buttons still work.
See test MFiddle: http://montagejs.github.io/mfiddle/#!/7229077
I guess it has something to do that <label>s select checkbox or radio when inside?