controlsfx
controlsfx copied to clipboard
`ValidationSupport` should also allow deregistering validation support from controls
Currently ValidationSupport allows only registering validation support to the controls but it doesn't allow deregistering them. In several situations, it is highly required. For example, in dynamic forms, it is required to deregister validation support from already registered control.