How to configure color picker validators to work as a macro parameter (package.manifest)
Im trying to configure a color picker as a macro parameter and can get it to work but its throwing errors in the console about validation "TypeError: can't access property "mandatory", $scope.model.validation is undefined"
How to configure color picker validators to work as a macro parameter (package.manifest)
Im trying to configure a color picker as a macro parameter and can get it to work but its throwing errors in the console about validation "TypeError: can't access property "mandatory", $scope.model.validation is undefined"
I added a regular color picker and debugged the controller this is how validation object look:
I then added the above to editor validation like this:
however when i add this the color picker breaks and i get a regular textbox editor. (the color picker controller is never called)
I solved this by cloning the picker and modifying the source directly.
is working on a reply...