fran-boop

Results 9 comments of fran-boop

@rismehta Thank you for your previous knowledgeable responses. I am wondering if the example given is one that leverages the shared sdk that you mention. Or is this not a...

@rismehta Thanks for the response! I think that I understand what you are saying. Since these requests are called from within the framework a headless application would be able to...

@rismehta I see that method in the documentation and it seems promising. I was hoping that you would be able to do something similar on the actual component level. Another...

@rismehta That sounds great all I need to see is how from within a class that is extending from FormFieldBase.js you can set the component as invalid :) ``` javascript...

@rismehta I still feel as though it would make more sense to be able to add constraints directly through the component itself. Anyone could potentially remove that rule. Directly in...

How would one set the validation from within the component js?

Update: was able to get this working! Thank you. When doing this._model.valid = customValidationFunction(); it does not allow for the setting of the member of the model?

Great! Could you show an example of how this works. IE how one defines the field as an object. Currently we parse the json strings for these to get and...

Ahhhhh that makes a ton of sense! thank you very much @rismehta