Re: [DISCUSSION] LocalDate*Time*TextField modification

2023-09-22 Thread Sven Meier
LocalD*TextField has the purpose to offer some convenience constructors and implementing ITextFormatProvider, If you allow people to use a custom converter, this class loses its purpose. Sven On 22.09.23 04:47, Maxim Solodovnik wrote: On Wed, 13 Sept 2023 at 05:13, Sven Meier wrote: Hi

Re: [DISCUSSION] LocalDate*Time*TextField modification

2023-09-21 Thread Maxim Solodovnik
On Wed, 13 Sept 2023 at 05:13, Sven Meier wrote: > > Hi Maxim, > > it will be hard to make that suitable for different projects with > different requirements: > In Arabic sometimes dates are written in Latin digits, so we can't call > #withDecimalStyle in general. > > We could add other

Re: [DISCUSSION] LocalDate*Time*TextField modification

2023-09-12 Thread Sven Meier
Hi Maxim, it will be hard to make that suitable for different projects with different requirements: In Arabic sometimes dates are written in Latin digits, so we can't call #withDecimalStyle in general. We could add other constructors with IConverter argument, but then Local*TextField

[DISCUSSION] LocalDate*Time*TextField modification

2023-09-11 Thread Maxim Solodovnik
Hello All, Sorry for the long email While working on PR for wicket-bootstrap [1] i have test multiple locales and find out LocalDate*Time*TextField doesn't behave well with locales like Persian/Arabic (those with custom digits) All classes `Local*TextField` from datetime package [2] have