HSNumericField
HSNumericField copied to clipboard
Split HSNumericField into HSNumericTextField and HSNumberField
So far this project has suffered from design schizophrenia. Do we want a text field that is limit to numeric input, or a special control for entering numbers. Each has its place, so we should factor out the input view and then implement both classes.