zombieJ
6d0cf1de01
rm useless style ( #17319 )
5 years ago
afc163
4c84c41da0
🐛 Revert Form type `unknown` to `any`
close #17245
6 years ago
陈帅
82b85709be
style: run lint-fix ( #17172 )
6 years ago
Zzzen
f1ee189bd2
eliminate `any` type in exported interfaces.#14044
6 years ago
afc163
14dc252b04
🆙 fix for typescript@3.5
6 years ago
afc163
13379aa0d8
💄 Optimize examples code style
6 years ago
zombiej
a4054bffe7
prettier md files
6 years ago
zombieJ
ecb2eb6ede
feat: Add Mentions component ( #16532 )
* init
* first demo
* support empty
* add loading support
* add form sample
* update form sample
* omit value & defaultValue
* add 2 rest demo
* placement support
* update docs
* fix test
* update docs
* add test case
* fix lint
* follow textarea style
* update docs style
6 years ago
SylvanasGone
a19a500970
fix(Form): improve method onFieldsChange params type defs ( #16577 )
6 years ago
Sebastian Busch
8c9b6ec653
prevent negative margin-bottom for form-item-with-help
without this, value can become negative. this caused following fieldset to float
to the right of the field with validation errors
(cherry picked from commit 43da8a5a835904270a6ccf48859d7bd6d91e04cd)
6 years ago
Victor Repkow
611909514c
fix(forms): improve field error method type defs
Change `getFieldError` and `getFieldsError` to return actual types, instead of very restrictive `Object` type (which should be avoided in general, in favour of `unknown`, `object`, or `Record` depending on actual use).
6 years ago
ztplz
62f8924393
Fix hoist-non-react-statics compile error ( #16397 )
6 years ago
afc163
b780070351
💄 prittier all files
6 years ago
afc163
ce4add7a9a
✅ update snapshots
6 years ago
afc163
715f2f6ebc
🐛 Fix hasFeedback overlap issue with Input.Password
close #16443
6 years ago
陈帅
785c132262
meger feature to master ( #16421 )
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* 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
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* feat: Add Timeline.Item.position (#16148 ) (#16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* feat: Breadcrumb support DropDown (#16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
* feat: TreeNode support checkable
* feat: add optional to support top and left slick dots (#16186 ) (#16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
6 years ago
HiddenMan
0350544de1
fix: username misspelling in the form. ( #16398 )
* fix normal-login spelling mistake
* fix horizontal-login spelling mistake
* fix index.zh-CN spelling mistake
* fix index.en-US spelling mistake
* update form demo.test.js.snap
6 years ago
Sebastian Busch
5ce2f89adc
Form onFieldsChange(): document third parameter "allFields", remove non-existent fourth parameter "add" from TypeScript definition ( #16343 )
* there is no fourth parameter, added by mistake in 619b0ed628
* Form onFieldsChange(): document third parameter 'allFields', introduced in 619b0ed628
6 years ago
zombieJ
c89c597e7f
feat: add `htmlFor` in Form.Item ( #16278 )
* add htmlFor in Form.Item
* update doc
6 years ago
zombieJ
da9cef91b8
fix: Form with forwardRef typescript ( #16242 )
* update form typescript define with forawardRef
* add ts test
6 years ago
zombieJ
a530be1eab
adjust hoist-non-react-statics ts import ( #16224 )
6 years ago
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