## Expected Behavior The issue consists of 2 parts * Changing precision does not update the numeric input immediately (only after a focus). * The actual value is not updated at all (not even after focus) ## Actual Behavior The actual input value is only updated when regaining focus ## Steps to Reproduce the Problem 1. Initialize a numeric input with precision '2' and value '1.25' 2. Update the numeric input precision to '1' => Value should be '1.3' A pull request has been created: https://github.com/kevinongko/vue-numeric/pull/44