I believe you can override "getTextFormat <https://ci.apache.org/projects/wicket/apidocs/8.x/org/apache/wicket/markup/html/form/AbstractTextComponent.ITextFormatProvider.html#getTextFormat--> ()" method and provide your own format According to right align: you can use CSS class for that :)
On Tue, Oct 24, 2017 at 6:52 PM, Kamil Paśko <[email protected]> wrote: > Dear Wicket user group, > > > I have a TextField (but I can use NumberTextField as well) and when user > types a number I want that: > > 1) number is positioned to the right > > 2) thousands are separated by spaces > > 3) floating point character is "." > > How can I "force" that format in a TextField? > > Kind regards, > > Kamil > -- WBR Maxim aka solomax
