Hi Dirk,
That is a very nice framework, and although I wouldn't be against its
inclusion in FX, I'm more wondering if JavaFX could do more to help make
tools like ValidatorFX easy to build.
I'm not quite sure how one can use not having validation as an argument
against using FX, when there c
A quick look at the validator project readme should clarify things:
https://github.com/effad/ValidatorFX
Dirk
> Am 02.03.2024 um 19:59 schrieb Dirk Lemmermann :
>
> Ensuring that only valid characters are entered does not ensure that the
> entered value is correct. What developers require is
Ensuring that only valid characters are entered does not ensure that the
entered value is correct. What developers require is data validation / form
validation.
Dirk
> Am 02.03.2024 um 16:28 schrieb Nir Lisker :
>
> Hi Dirk,
>
> JavaFX has some input validation support in terms of focus con
Hi Dirk,
JavaFX has some input validation support in terms of focus control and
rejecting invalid characters. Can you explain what your proposal adds? Are
there JBS issues asking for this?
Thanks,
Nir
On Fri, Mar 1, 2024, 13:50 Dirk Lemmermann wrote:
> Hi everyone,
>
> I updated the validatio