fr:number xs:integer thousands separator not applied

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

fr:number xs:integer thousands separator not applied

mabu
Hi,

I have a simple fr:number input field with datatype xs:integer: Why is the thousands separator (oxf.xforms.xbl.fr.number.grouping-separator) not applied to the input during the onblur event.
With datatype xs:decimal it is working!?

Martin
Reply | Threaded
Open this post in threaded view
|

Re: fr:number xs:integer thousands separator not applied

Erik Bruchez
Administrator
Martin,

The binding to xs:integer was not supported properly with Orbeon Forms < 4.11, see:

    https://github.com/orbeon/orbeon-forms/issues/2187

It seems to work with a recent build, so I expect it will work in 4.11.

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: fr:number xs:integer thousands separator not applied

mabu
Hi Eric,

I am happy to hear that it is already fixed. Thank you!

Martin
Reply | Threaded
Open this post in threaded view
|

Re: fr:number xs:integer thousands separator not applied

Erik Bruchez
Administrator
And in fact we have fixed lots of issues with the Number field for 4.11!

-Erik