We're using a physical number field with a value of "105mm"
When using the token: [term:field_width_inner:number]
we'd expect "105" as result, but the token result is: 105.000000
Create a physical field with a value having no precision (e.g. "123")
Use the token with :number
modifier of the field and see unexpected zero-precision added to the value: 123.000000
(I'm treating this as bug, improvements / additons to the tokens will be handled here: ✨ Provide tokens with/out unit and target unit Active )
Remove the trailing zeros if there's no good reason of explicit precision set!
Active
1.0
Code