In chrome and IE explorer the following config works fine when I press the Home or End button on my keyboard:
Home → set cursor at start of textbox
End → set cursor behind the text
Config:
{
view: ‘numericInput’, label: ‘Number’, name: ‘NumberValue’, required: true,
on: { onChange: onNumberChange }, invalidMessage: ‘InvalidNumber’},
This config does not work in firefox, when i change the view from ‘numericInput’ to ‘text’ this does work in Firefox.
Is there a workaround?