-
Notifications
You must be signed in to change notification settings - Fork 16
feat(form): form组件增加自动换行 #12
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
Conversation
| --ti-mobile-input-disabled-color: var(--ti-mobile-base-color-placeholder, #999); | ||
| --ti-mobile-input-disabled-bgcolor: var(--ti-mobile-base-color-selected-background, #f5f5f5); | ||
| --ti-mobile-input-exceed-color: var(--ti-mobile-base-color-danger-normal, #f5222d); | ||
| --ti-mobile-input-color-disabled: var(--ti-mobile-base-color-placeholder, #999); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--ti-mobile-input-color-disabled这个命名不符合规范,因为此变量用于color或fill属性,按照命名规范,建议整改成--ti-mobile-input-text-color-disabled或--ti-mobile-input-fill-color-disabled
| --ti-mobile-textarea-inner-font-size: 16px; | ||
| --ti-mobile-textarea-inner-color: var(--ti-mobile-base-color-secondary, #666); | ||
| --ti-mobile-textarea-inner-text-color: var(--ti-mobile-base-color-secondary, #666); | ||
| --ti-mobile-textarea-inner-placeholder-color: #ccc; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--ti-mobile-textarea-inner-placeholder-color也是一样的问题
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information