Page 1 of 1

Field formatting not happening after Enter is pressed

PostPosted: Thu Apr 15, 2021 2:51 am
by roddy
If I am entering data into a field and move away, the field is formatted accordingly; however, it I press Enter then move away, the field formatting does not happen. Is there a way to resolve this?

Re: Field formatting not happening after Enter is pressed

PostPosted: Thu Apr 15, 2021 9:03 am
by jcompagner
which client are we talking about here? and if it is ngclient which component exactly?

Re: Field formatting not happening after Enter is pressed

PostPosted: Fri Apr 16, 2021 12:59 am
by roddy
Screen Shot 2021-04-16 at 8.58.06 am.png
Screen Shot 2021-04-16 at 8.58.06 am.png (14.59 KiB) Viewed 1770 times
Am using NG Client, it is a CSS Position Layout for and the component is just marked as a Field with a display type of TEXT_FIELD.

Re: Field formatting not happening after Enter is pressed

PostPosted: Fri Apr 16, 2021 1:26 pm
by jcompagner
this is i think because the onchange event doesn't happen when the focus left the field
i see in NGClient2 this works fine, but yes in NG1 this doesn't fully work. You can create a case.

Re: Field formatting not happening after Enter is pressed

PostPosted: Mon Apr 19, 2021 9:16 am
by roddy
Will do, thanks.