private getOrderSetting(): [string, string, string] {
        return [
            this.settings.itemId.orderNo,
            'Please enter the number you want to sort order.',
            Optional.ofNullable(this.question.orderNo).orElseNonNullable(''),