Would you expect a fragment_presenter.set_value() to work in the context of a fragment validator or not ?
Just seems to do nothing ?
Would you expect a fragment_presenter.set_value() to work in the context of a fragment validator or not ?
Just seems to do nothing ?
There does not appear to be any mention of it NOT working in either CS documentation or in the online docs area.
By “not working” I mean specifically prevented / not suitable in this context.
On the surface it contains an instance of a fragment presenter so in theory you could call set_value() but i’m guessing since a validator expects a very specific Return it prevents the set_value() from actually working.
even if the set_value is perfectly validated and possible value ?
Ah sorry I see what you mean now. Yes maybe its just not something you can do in a fragment validator in which case can the docs be updated accordingly ?
That’s what i’d guess yes.
as a thought - does anyone know if you had a callback AND a validator on a field which order they would run in - I would assume callback then validator ?