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
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
zombieJ
98fc8a14e0
feat: Support append theme less file with less-variable ( #16118 )
* add override
* add override support
* update doc
6 years ago
afc163
a2a9831abb
💄 Fix less code style
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
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
willc001
3a2e1abfa7
refector: add @form-explain-font-size ( #15488 )
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
yoyo837
5281d7b7f2
add labelAlign for Form and FormItem
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
afc163
3fcb8fa0b3
💄 Fix stylelint errors
6 years ago
Ran Byron
4a5e681627
Allow vertical form labels to break line
6 years ago
afc163
d78d0de36c
💄 Fix extra margin of nested form item
close #13748
6 years ago
Teng YANG
c2d1d72675
Fix #13529 input group compact border color issues ( #13550 )
fix #13529
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
amedora
0aeb9a356b
use color definitions insted of numbers
6 years ago
zombiej
8a912e5426
add transfer form error style
fix #13273
6 years ago
afc163
595de71315
💄 tweak form control margin, close #13183
6 years ago
afc163
a616f89a1b
🔥 update less code style
6 years ago
afc163
b1f9d36881
Fix different height of FormItem with help info
windows 7
close #12803
6 years ago
afc163
df5bf38bdc
Fix Form[inline] help and extra overlapped
close #12725
6 years ago
Benedikt Franke
ac2d094a4a
Inherit @form-feedback-icon-size from @font-size-base ;
6 years ago
HeskeyBaozi
af11401d33
upgrade svg
6 years ago
HeskeyBaozi
c3816d2859
align validating icon with input suffix icon
6 years ago
HeskeyBaozi
b9a9c308c9
[breaking] remove iconfont-font class helper
6 years ago
HeskeyBaozi
2f469a3404
use svg icon in form feedback
6 years ago
afc163
101fdc7241
Fix InputNumber overlap in fixed columns table
close #11408
ref #6289
6 years ago
jiang
9e01b24272
fix 10445 ( #10457 )
* fix 10445
* re help anim timing
* refactor
* use this.helpShow
* is show no set state
* remove state.helpShow
7 years ago
afc163
d95379cfa5
Fix broken style of Input with addons, close #10371
7 years ago
afc163
3d079af7cd
Fix Input.Group align issue in Form, close #10281
7 years ago
ddcat1115
a402fdd8b3
fix #9907 ( #9908 )
* fix #9907
* update snapshot
7 years ago
jiang
76994bd772
Remove Form Item help transition, fix #8831 ( #9675 )
* fix #8831
* remove help transition
7 years ago
VTHINKXIE
0070628fa8
style(module:form): narrow css selector ( #9648 )
7 years ago
afc163
1ae7da3878
Fix hasFeedback icon position in vertical form layout
close #9153 and #9309
7 years ago
afc163
9f2b4905f0
Fix AutoComplete border color in form
7 years ago
afc163
d4844bbaf8
tweak input group align in form item
7 years ago
afc163
314345cf8c
Fix Form[layout=vertical] style
7 years ago
afc163
3973d245b9
remove unused form control font-size reset
7 years ago
afc163
e1cea9e4e4
Tweak form feedback icon position
7 years ago
afc163
24f0359e2d
Fix some form components align
7 years ago
afc163
525efb8c76
Fix form item height problem
close #8701
revert fix of #6097 cause it does not exist in 3.x
7 years ago
ddcat1115
f780759f91
fix large size formItem vertical align ( #8495 )
* - fix large size input with prefix/suffix vertical align
- fix large size button vertical align
* use large size for formItem default line-height
* improve
7 years ago
ddcat1115
1f0ee08574
Form item vertical align ( #8415 )
* fix formItem vertical align
* fix formItem vertical align
* rebase master
7 years ago