1. I have a `FormFieldController` with `type="number"` and `precision={2}`. 2. I have a `2,3` value in the field. 3. I remove the `3`, and the `,` is removed too --> I'm annoyed because I wanted to remove the `3` and the `,` but by doing so, I remove all the value since the `,` remove itself from the input.