In angular HTML component:
HTML<dx-range-slider [isValid]="false"
[validationError]="{ message : 'Show me the error message'}"
[validationMessageMode]="'allways'"></dx-range-slider>
should display the warning red icon and the error message when the user click on the widget. But, apparently, it is not working, while with others controls seem to work ok.
Am I doing som ething wrong?
Thanks in advance.
Regards!
Pablo.
Hi Pablo,
I've reproduced the issue. We need additional time to research it. We will update the ticket when we have any news.
While we are researching this issue, would you please clarify how you are going to validate this editor? Describe your scenario in greater detail. Your time and cooperation are greatly appreciated.
I'm building a composite component where the RangeSlider widget is part of it. Both values are initialized to zero.
The user must select both values (from-to) from the slider.
If the user doesn't select values greater than zero I need to show the error message indicating the issue when the form is submmited.
Also, it's important to mention that I'm using angular validators so when the user leaves the control, angular fires the validator and if the values are not set correctly I would like to show the error message at control level even if the user doesn't press the submit button.
Thank you for the clarification. We need additional time for detailed research. We will update this ticket once we have any results.