How to add Validation in pulggable widget ?

0
  widget with dogo can set the Validation rule like Requirded 、Customer,  How to add Validation in pulggable widget ?
asked
0 answers
0

You need to make use of the validation property of the widget property which gets passed to your component.

 

See this link: https://docs.mendix.com/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis-9/#editable-value

answered