You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other Fields like StringField and IntegerField change property only when form.persis() is called explicitly. But selected property in SingleSelectionField is eagerly modified in every time I select other item in combo box.
I find there is a persistentSelection field in SingleSelectionField:
My version:
For example:
Other Fields like
StringField
andIntegerField
change property only whenform.persis()
is called explicitly. Butselected
property inSingleSelectionField
is eagerly modified in every time I select other item in combo box.I find there is a
persistentSelection
field inSingleSelectionField
:FormsFX/formsfx-core/src/main/java/com/dlsc/formsfx/model/structure/SingleSelectionField.java
Line 50 in cf37703
But why it is not exposed for user?
The text was updated successfully, but these errors were encountered: