-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On demand validation #618
Comments
What does this flag do in controlsfx? In the JavaDoc I haven't found a good description. What is the desired behavior? |
With this flag there is a way to suppress error decorations, when the "validators" are registered in "validationSupport" in controlsfx with: validationSupport.setErrorDecorationEnabled(false). controlsfx/controlsfx#226 It would be nice after "ControlsFxVisualizer" initialization in View like this: |
This sounds good.
Adjustments to the actual visualizer implementations like However, I'm not sure if I will find the time to implement this in the near future. |
Ok, when i have spare time , i will do it and send PR. |
Are there any plans to include on demand validation, using ControlsFxVisualizer , like in controlsfx : validationSupport.setErrorDecorationEnabled(true or false)?
The text was updated successfully, but these errors were encountered: