-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
DependsOnDependsOn-related logicDependsOn-related logicbugSomething isn't workingSomething isn't working
Description
Preconditions:
A dialog field is configured to have a DependsOn validation action with the "strict" parameter, e.g.
@DialogField
@PathField
@DependsOn(query = "false", action = DependsOnActions.VALIDATE, params = {
@DependsOnParam(name = "msg", value = "Invalid value"),
@DependsOnParam(name = "strict", value = "{Boolean}true")
})
private String path;
Steps to reproduce:
open a dialog with the field above
Expected result: the field is immediately highlighted as invalid, because "strict" parameter should validate the field at once
Actual result: the "strict" parameter has no effect - the field is validated only after the user has interacted with it
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DependsOnDependsOn-related logicDependsOn-related logicbugSomething isn't workingSomething isn't working