mWater / mwater-forms

Forms controls for mWater
GNU Lesser General Public License v3.0
3 stars 5 forks source link

Create advanced validations #206

Closed grassick closed 5 years ago

grassick commented 6 years ago

Questions should have optional advanced validations which are a series of boolean mwater expressions and messages. If the expression does not evaluate to true, the message is shown.

Expression evaluation is asynchronous, so AnswerValidator must become async also. This will affect:

ResponseDataValidator which will affect ResponseDataExprValueUpdater

grassick commented 6 years ago

@Autio The advanced validations are ready to go. Let's review them and then release