Hi, I was able to process values for Dates using the typeHandlers option. But I have a specific case where I have to format a number to have an exact amount of characters:
{
"myNumber": 7
}
<myNumber>007<myNumber>
Is there anyway I could achieve that but specifically targeting the myNumber prop without triggering the same behavior to other number fields? Thanks
Hi, I was able to process values for Dates using the
typeHandlers
option. But I have a specific case where I have to format a number to have an exact amount of characters:Is there anyway I could achieve that but specifically targeting the
myNumber
prop without triggering the same behavior to other number fields? Thanks