Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[comp:form cdk]支持配置trim去除首尾空字符串 #553

Closed
1 task done
sjia0307 opened this issue Nov 24, 2021 · 1 comment
Closed
1 task done

[comp:form cdk]支持配置trim去除首尾空字符串 #553

sjia0307 opened this issue Nov 24, 2021 · 1 comment
Assignees

Comments

@sjia0307
Copy link
Contributor

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

form cdk支持配置trim去除首尾空字符串

What does the proposed API look like?

export interface ValidatorOptions {
    validators?: ValidatorFn | ValidatorFn[];
    asyncValidators?: AsyncValidatorFn | AsyncValidatorFn[];
    trigger?: TriggerType;
    disabled?: boolean;
    trim?: boolean;
}
@unknownzjc
Copy link
Contributor

这个我试着修改下。 @danranVm

unknownzjc added a commit to unknownzjc/idux that referenced this issue Jan 12, 2022
unknownzjc added a commit to unknownzjc/idux that referenced this issue Jan 12, 2022
unknownzjc added a commit to unknownzjc/idux that referenced this issue Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants