ValueChange event is not trigger and Validation does not occurs properly after we change the datasource and select the previously selected value again
Run the project.
Select a value in the dropdown (e.g. 2).
Click on Variation 2 - the selection will be cleared, and the validation will fail.
Click on Variation 1.
Select the same value used in step 2 (e.g. 2). Validation should now be successful, but it still shows a failure.
Expected: Validation should works properly
Actual: Validation not occurs properly