I have added validation message on mobiscroll date component similar to input component.
but I dont see the error class applying to it. I see validation is working correctly. but the styling is not being applied.
the error class is also not being applied on select component.
code:
<mobiscroll.Date {…sharedProps} valid={!errorMessage} errorMessage={errorMessage && errorMessage.title}
onChange={this.handleDate.bind(this)}/>