FormsFX icon indicating copy to clipboard operation
FormsFX copied to clipboard

Dynamic Forms,Access to values

Open kinsleykajiva opened this issue 2 years ago • 0 comments

So this may be similar to one of the open or closed issues,but please hear my case ,

How does one handle dynamic form inputs with this library, from my end I failed to capture the new values from the text input fields. My forms are being built by a JSON data sort that creates forms on the fly, but I have failed to capture the input from the user, according to the API, I seem or it seems like I can't access that from the API, I can say I have attempted to exhaust all possible options from trying to leverage KeyEvent.KEY_PRESSED (terrible idea), to even to use changedProperty() , even tried to use the native reactive API components of the JavaFX but still only get boolean values from this class javafx.beans.property.SimpleBooleanProperty.

I have studied the demo code but it fails to give practical hints to what I am looking for , may be I am miss guided please help me .

kinsleykajiva avatar Aug 13 '22 19:08 kinsleykajiva