Hi Vinitha,
Thanks for your response. Unfortunately, my issue is not with the value appearing as an integer in the element in the UI, that is working fine. My issue is with the incorrect decimal value being passed along to the controller. Sorry, I will try to explain more clearly here.
I've defined my model as an integer in my inplace editor:
And in the UI, when a decimal value is entered (here I've entered '1.4'), the value is truncated, in the UI at least:
But as you can see in this break point in my controller, the original decimal value has been passed along, 1.4:
Is this the expected behaviour, or is this a bug?
Thanks very much!