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
Is it possible to modify a Form once it has been created? For example, adding more fields depending a particular condition becomes true after the Form has been initially created.
The text was updated successfully, but these errors were encountered:
Version 1.2.1 supports static forms only. Adding support for dynamic forms requires makingGroup/Section/Form be mutable, triggering events whenever their structure change so that form/group/section renderers react accordingly. I can prototype this feature and send a PR later.
Chatting with @martinfrancois and @Genron during JavaFX Days Zurich I discovered that PreferencesFX supports dynamic forms. I would be great to port back this feature to FormsFX and keep both renderers (static and dynamic) in separate classes.
Is it possible to modify a
Form
once it has been created? For example, adding more fields depending a particular condition becomes true after theForm
has been initially created.The text was updated successfully, but these errors were encountered: