Input for Schematic symbol editor Pin Position (and maybe other number type inputs) defaults to 0 when the last digit is backspaced before exiting entry.
For example: if the input is backspaced to nothing and then '-10' is typed, it comes out as '0-10' which then auto-corrects to '10'. In this situation my intuition is 100% expecting the result to be -10 (ideally without the added confusion of the 0 appearing before my focus exits the field).
This also happens when you just tab into an entry and it auto highlights the whole value. My expected behaviour was to be able to select a field, type '-10<tab>-10<tab>' and have both inputs hold the value of '-10' instead of '10'.