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