zombieJ
fdcfabfa78
fix: form typescript definition ( #16126 )
* use redux-react ts define
* update doc
* follow origin rule
6 years ago
zombieJ
98fc8a14e0
feat: Support append theme less file with less-variable ( #16118 )
* add override
* add override support
* update doc
6 years ago
afc163
0a8f33385d
🆙 use @ant-design/create-react-context of MIT
6 years ago
zombieJ
ae101a2056
fix: labelAlign should work in Form.Item ( #16072 )
* labelAlign should work in Form.Item
* add Form & Form.Item
* rename type
6 years ago
afc163
a2a9831abb
💄 Fix less code style
6 years ago
afc163
60f4930348
📝 Optimize table and form documentation
6 years ago
啸生
32bc6995d6
update snapshot ( #16059 )
<!--
First of all, thank you for your contribution! 😄
New feature please send pull request to feature branch, and rest to master branch.
Pull request will be merged after one of collaborators approve.
Please makes sure that these form are filled before submitting your pull request, thank you!
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md )]
-->
### 🤔 This is a ...
- [ ] New feature
- [ ] Bug fix
- [ ] Site / document update
- [ ] Component style update
- [ ] TypeScript definition update
- [ ] Refactoring
- [ ] Code style optimization
- [ ] Branch merge
- [x] Other (about what?)
6 years ago
Salavat Gizatov
9f9f81ed7a
feat: form customizing variables ( #15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
6 years ago
zombieJ
41316e69e8
update snapshot ( #16017 )
6 years ago
zombiej
b54157a395
update doc
6 years ago
afc163
69140e7d59
bug(Form): switch should be trigger by form label
close #15549
6 years ago
Minwei Xu
32f9458b54
docs: Add space between eng and chinese for #15876
6 years ago
Minwei Xu
98bc178a36
update mapPropsToFields demo
6 years ago
Minwei Xu
10196718e4
update doc for mapPropsToFields
6 years ago
偏右
ad99b4322d
test: ✅ Add eslint-plugin-jest ( #15825 )
6 years ago
zombiej
30b3fcdc18
update demo of dynamic form
6 years ago
廖应龙
065896f53b
Update dynamic-form-item.md
delete unnecessary props
6 years ago
afc163
95bd4d6903
🐛 Fix col element missing relative style
close #15626
6 years ago
afc163
f486c4e7e0
📝 Optimize Form TypeScript usage, #15642
6 years ago
Hsuan Lee
baa5a7971f
refactor(form-item): move `ant-form-item-no-colon` selector position ( #15592 )
* refactor(form-item): better `ant-form-item-no-colon` selector position
fix: fix lint
close #15585
* chore: update snap
6 years ago
DiamondYuan
4eb33eb149
fix: set min-width instead of width ( #15547 )
* fix: set min-width instead of width
* test: updte snapshots
6 years ago
willc001
3a2e1abfa7
refector: add @form-explain-font-size ( #15488 )
6 years ago
Wei Zhu
d1f64b1bc9
Add generic type to form values
6 years ago
afc163
8f8471fa5d
💄 fix missing semicolon
6 years ago
偏右
71440a218b
Update components/form/style/index.less
Co-Authored-By: jinxin0112 <m18508218948@163.com>
6 years ago
JinXin
7ccf6855c6
fix: appear two colons
If the label attribute of the component Form.Item is a ReactNode and the same label tag exists inside the ReactNode, two colons will appear.
6 years ago
DiamondYuan
c8ba4da309
docs: add since comment for FormProps
6 years ago
DiamondYuan
5b162897a8
feat: support props colon of Form
6 years ago
yoyo837
0b1410a710
don't disclose some props define in doc
6 years ago
yoyo837
5281d7b7f2
add labelAlign for Form and FormItem
6 years ago
wanli
fdc8a1b458
[doc]remove misleading content
6 years ago
zombieJ
2f6b367137
fix form warning ( #15160 )
* fix form warning
* update snapshot
6 years ago
陈帅
5e298dba51
3.14.0 Changelog ( #15145 )
* add responsive property to carousel (#15071 )
* add responsive property to carousel #15065
* extend carousel props from Slick type definitions #15065
* rm key in OptionProps (#15104 )
* update doc
* fix cascader should tab twice to exist (#15117 )
* fix cascader should tab twice to exist
* update snapshot
* Drawer Body padding should be variable
* fix DatePicker to support an array of formats (#15116 )
ref #13148
* table reader mobile friendly
* up
* up
* doc: add 3.14.0 changelog
* doc: fix ci warning
* doc: fix ci warning
* doc: fix typo
* doc: fix ci warning
* doc: fix ci warning
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* -m
* -m
* doc: fix cr warning
6 years ago
zombieJ
66786c7c4b
fix cascader should tab twice to exist ( #15117 )
* fix cascader should tab twice to exist
* update snapshot
6 years ago
zombieJ
3a16708765
update snapshot ( #15108 )
6 years ago
zombieJ
70046f782d
update doc about customize form item component ( #15088 )
* update doc
* rm test code
* update doc
6 years ago
zombieJ
4d1a998246
add component param in warning ( #15078 )
* add component param in warning
* update snapshot
6 years ago
zombieJ
1fc8dd3042
Form support `labelCol` & `wrapperCol` props. ( #15038 )
* use context
* update doc
* update doc
* not pass context if nest
* update snapshot
* update doc
* update doc
6 years ago
afc163
efafa6346d
✅ Fix lint problems
6 years ago
afc163
924e8e4b83
🐛 should not print warning for not generating help and validateStatus automatically when help or validateStatus is specified
close #14911
6 years ago
zombiej
e94ce11bd9
update form item css
6 years ago
zombieJ
c29323b448
Revert to remove FormItem explain-holder ( #14937 )
* Revert "Adjust style to be similar with origin (#14886 )"
This reverts commit 735175e3cf
.
* Revert "sync form item (#14778 )"
This reverts commit 5ac674e698
.
6 years ago
zombieJ
735175e3cf
Adjust style to be similar with origin ( #14886 )
* adjust style to be similar with origin
* update snapshot
* add missing extra logic
* adjust tiny
* fix margin
* use element to keep the place
* update snapshot
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
zombieJ
5ac674e698
sync form item ( #14778 )
* sync form item
* update snapshot
* use before
6 years ago
zy410419243
bf4560cf37
docs: fix wrong usage of comma
6 years ago
zombieJ
2b558af960
update silder snapshot ( #14732 )
6 years ago
ycjcl868
6f040b6c40
fix: strict check input
6 years ago
zombiej
777c56a515
mock test
6 years ago
RunningCoderLee
86e0431f9b
fix: make all the properties in the ValidateFieldsOptions typing optional
6 years ago