KeyPad Period Not Clearing Numeric Selected value

Reply to the closed issue below.
The issue is that I am using the ten-key (key pad) period, when I use the non-ten-key period it works every time without issue. I went to another user and had them try it with and without using the ten key, when they used the ten key it concatenated the value, but with the keyboard period, it cleared it and worked.

On January 19th, the numericKeyPress was updated to culture check for the NumpadDecimal. This should also handle if I have everything selected, for instance when I tab into the Numeric and start typing with the NumpadDecimal it should clear out my value.

image

line 803

Feel free to submit pull request! If everything works correctly your update will be merged in our master branch.

I am not a javascript guy. How do I know if the user has the value selected or not? Is that being passed into this method or is there another method that knows if the value is selected?