Prevent user from manually editing standard scheduling date
This commit is contained in:
@@ -159,6 +159,7 @@ define(
|
||||
size="10"
|
||||
name={this.getFieldName()}
|
||||
value={this.getDisplayDate(this.props.value)}
|
||||
readOnly="readOnly"
|
||||
onChange={this.onChange}
|
||||
ref="dateInput"
|
||||
{...this.props.validation} />
|
||||
|
Reference in New Issue
Block a user