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