Hi,
When I set the format via JS of a number common field the display of the value disappears from the form. When I click in the field the value becomes visible and when I click out it becomes formatted well. However, I do not want to click in the field and then click out of it. I would like the value to be reformatted without further user interaction.
This code sets the value of the "Number" field to 500, but nothing is shown in the field in the form. It is empty. Unless, of course, I manually interact with it.
Please help.
Thank you
When the form loads I enter a number (e.g.: 7) into the "Number" field.
It shows 7.
Then I enter a string, like "USD" into the "Title" field.
The "Number" field shows nothing.
Then I click inside the "Number" field.
It shows 7.
I click outside the "Number" field.
It shows "7 USD".
This is on SharePoint 2019 on-premise and I have the latest Plumsail froms installed.
I'm still unable to reproduce this problem. Could you share a screen capture video? You can send it to support@plumsail.com if it's not okay to share it publicly.
Are there any errors in the browser's console (F12)?
I'm reposting the suggestion I offered via email here in case someone else finds it helpful.
The custom format isn’t applied to the field when the user is interacting with it, so in order to display the formatting correctly we need to make the field lose focus: