Amumu
11a0ebef90
docs: update `colon` for Form ( #18755 )
* chore(docs): update for #18719
* better expression
5 years ago
afc163
cf97324abd
✅ fix demo snapshot
5 years ago
afc163
4615c70d95
🎬 fix Dragger style in Form demo
5 years ago
afc163
c9a8f698b1
✅ fix slider snapshot
5 years ago
afc163
a51f7a0508
✅ test unmount
5 years ago
+v
38b8d07e03
docs: link ( #18438 )
5 years ago
afc163
760853e239
💄 eslint for all
5 years ago
afc163
5e99ed7bbe
✅ Fix eslint warnings
5 years ago
afc163
d07b298ae4
✅ Fix eslint errors
5 years ago
afc163
88de53d5af
✅ fix snapshot
5 years ago
Wendell
49c81322b2
docs: fix form doc typo ( #18160 )
5 years ago
orzyyyy
47fd80c8ad
fix: disable next line instead of the whole file
5 years ago
orzyyyy
28f39739df
test: update snapshots
5 years ago
orzyyyy
63b33d4020
fix: unexpected changes of snapshots
5 years ago
orzyyyy
ac3f319ad2
fix: lint:es
5 years ago
afc163
6fe1e41ae9
📝 Improve API Table design
5 years ago
afc163
887aa4c347
📝 antd/lib/xxx => antd/es/xxx
5 years ago
Kieren
d7e0f70a4e
fix typo for form api documentation
5 years ago
shao
27e7e33d12
fix review change
5 years ago
shao
f0726014c3
fix(Form.Item): fix label replace regexp err replace
5 years ago
zombieJ
b71f2ec4bd
docs: Add faq about form errors ( #17968 )
5 years ago
Jonathan Lee
9e6cb56ef7
docs: correct form documentation
5 years ago
lixiaoyang1992
4e804bd466
feat(Form): upgrade setFieldsValue function declaration
5 years ago
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
5 years ago
偏右
189ad71d32
Revert "chore: use none-dist icons entry"
5 years ago
afc163
390807605e
🔧 use none-dist icons entry
5 years ago
afc163
32132c58cf
🐛 Fix Form onSubmit type
close #17400
5 years ago
zombiej
be33ebfa08
update test case
5 years ago
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
Alexander.Kosov
97f2b7b0d9
Add a variable to stylize the background of the input in the validation error state
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