Skip to main content
Level 2
March 31, 2023

I have dropdown with value 2,3 and 4 and based on select need to add multifields. I have used js for validation and its working but when i save dialog and reopen and change the dropdown value its saving dialog and validation message is not showing.

  • March 31, 2023
  • 1 reply
  • 1524 views
No text available
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

DPrakashRaj
Community Advisor
Community Advisor
April 1, 2023

Do you want to say that validation works only fir the first time you edit the component and after that?

ashar02Author
Level 2
April 1, 2023

@dprakashraj Validation works when dropdown value 2 is selected and 2 multifields are saved and when reopen the dialog and dropdown value 3 is selected then validation is not working and 2 multifields are saving

DPrakashRaj
Community Advisor
Community Advisor
April 1, 2023

What the js logic to achieve this? Are you using multifield min/max property to achieve this?