How can I let users paste ' 123456 ' into my numeric textbox and have it auto-strip the spaces? There are spaces in the beginning and in the end too.
currently if there is any space at the beginning or at the end, it doesn't paste anything, show some sign of exclamation and value disappears.
<kendo-numerictextbox k-format="'#'" ng-model="searchParams.@Model.ParameterName">
</kendo-numerictextbox>
I also tried this where I am making dynamically kendo control as shown below:
<input kendo-numeric-text-box k-format="'#'" ng-model="searchParams.@Model.ParameterName" />
I have tried every possible solution,
Can you please assist how can I achieve this in Angular JS ?
Thanks,
Umair.