I have an entry in Xamarin Forms that accepts numbers and I want to add a unit at the end.
They input:
163.23
And and it automatically changes it to:
163.23 mm
And when they focus it again or click on it, it gets deleted and they input into it again.
Is there any easy way to do this?