Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4133
igNumericEditor won't update displayed value while focused
posted

Hello,

We recently noticed that we haven't been able to update the displayed value of the igNumericEditor control while it has focus.  This was noticed after our upgrade to v15.2 and was not an issue in previous versions.

I took a look at the source, and there is a conditional, directly checking if the element is focused.  For now, our fix is to override the value() method of ui.igNumericEditor, but we wanted to know if there were any conditions we needed to take into consideration doing this?  It is not apparent why you are checking for this condition, and what affects it may have if we override and remove it, to allow the _editorInput to be updated.

Could you please advise or offer an alternate solution?

Thanks.