Merged PR 64: fixed bug545

fixed bug545

Related work items: #545
This commit is contained in:
tenraku ou
2024-07-24 09:26:35 +00:00
committed by Takuto Yoshida(タクト)

View File

@@ -54,12 +54,14 @@ export class StrCountCheckAciton implements IAction{
}else if(maxLength < value.length){
record[this.props.field.code].error = this.props.message;
}else{
result= {
canNext:true,
result:true
}
record[this.props.field.code].error = null;
}
result= {
canNext:true,
result:true
}
return result;
}catch(error){
event.error=error;
console.error(error);