Hi,
What I need is a “readonly” mode for “jqxNumberInput”. For a normal “jqxInput” it was possible to achieve “readonly” mode by setting the readonly attribute of the “input” element, eg. “$(‘#myJqxInput’).attr(‘readonly’,’readonly’)”. Sadly this does not apper to work for a “jqxNumberInput”, not even when used on the actual inner “input”.
Using “disabled” instead is not really what we need because in “disabled” mode you can not select and copy to clipboard. So my question: Is there a way to achieve standard “readonly” behaviour (with select & copy) for a jqxNumberInput ?
Regards,
Stephan