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
[X ] Bug Report => Please search GitHub for a similar issue or PR before submitting
[ ] Feature Request => Please ensure feature is not already in progress
[ ] Support Request => Please do not submit support requests here, instead see: https://discourse.oss.antheminc.com/
Issue Details
Type of Issue (check one with "X")
Current Behavior
@ValuesConditional making multiple calls
Expected Behavior
Expected to make only one call
How to Reproduce the Issue
Steps to Reproduce
Code Snippet
@TextBox(postEventOnChange = true) @ValuesConditional(condition = { @Condition(when = "state != null", then = @Values(url = "/p/myquery")) }, targetPath = "/../label2") @Label(value = "Label 1") private String label1; @ComboBox(postEventOnChange = true) @Label(value = "Label 2") private String label2;
Environment Details
Nimbus Version:
1.3.1.M6
Browser:
Chrome
The text was updated successfully, but these errors were encountered: