Andrzej Bakun
9dc73fbd9a
fix(module: inputpassword): focus style ( #1146 )
...
* fix(module:inputpassword): focus fix
* fix(module:search): focus fix
* fix(module:input): (and descendants) focuse fix
2021-02-22 14:26:17 +08:00
Luke Parker
11fcd44993
fix(module: input): pressing enter would not update the value ( #1094 )
...
Co-authored-by: Luke Parker <10430890+TheRealHona@users.noreply.github.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-02-05 15:05:24 +08:00
Andrzej Bakun
536bb9a586
fix(module: input): missing disabled attribute ( #1048 )
2021-01-27 13:42:04 +08:00
Andrzej Bakun
152a574577
feat(module: overlay): OverlayTrigger not bound to a div ( #937 )
...
* feat(module:overlay): OverlayTrigger not bound to a div
* feat(module:overlay): OverlayTrigger not bound to a div
* feat(module:overlay): Logic transfer to single Overlay
* feat(module:overlay): remove obsolete duplication
* feat(module:Tooltip): Add for unbounded oncontextmenu event handler
* feat(module:tooltip): unbound js event listeners remove
* docs(module:tooltip): unbound explanation
* fix(module:button): attach Ref to top level html element @ref
* feat(module:dropdown&tooltip&popconfirm&popover): Overlay not bound to a div
* docs(module:dropdown&tooltip&popconfirm&popover): unbound explanation
* feat(module:OverlayTrigger): common logic relocation
* feat(module:overlaytrigger): Overlay not bound to a div
* feat(module:DatePicker): Overlay not bound to a div
* feat(module:select): Overlay not boud to div
* fix(module:select): onclickarrow event relocation
* fix(module:select): rename Show to OnArrowClick
* feat(module:avatar): Overlay not bound to a div
* docs(module:avatar): demo switch to unbound version
* feat(module:autocomplete): partial OverlayTrigger not bound to a div
* feat(module:slider): tooltip
* docs(module:slider): tooltip
* fix(module:overlay): add SetVisible method
* feat: set Ref where missing, performance
components register Ref when missing
IsFixed flag for CascadeValue changed
hard-code sequence numbers when using RenderTreeBuilder
Rate component use Tooltip Unbound version
Tabs test fix
* fix: revert changes (accidental)
* feat(module:upload): tooltip with unbound usage
* feat(module:table): column use of unbound tooltip
* feat(module:autocomplete):overlay unbound from div
* fix(module:upload): missing div restore
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-01-21 17:20:10 +08:00
James Yeung
56dfae7f62
chore: sync ant-design v4.10.0 ( #943 )
2021-01-09 09:07:02 +08:00
Luke Parker
bfb92f9664
feat(module: input): implement optional key debouncing ( #899 )
...
* Implement optional key debouncing
* Fixes & refactor
* Force update value on blur
* Only change value on blur if debounce is disabled
* fix: default to enable debounce and change value on blur directly
Co-authored-by: Luke Parker <10430890+TheRealHona@users.noreply.github.com>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-12-21 14:12:48 +08:00
Katherine Yeung
7bbc07248b
fix(module: input): repeated dictionary key MaxLength
causes an exception ( #880 )
2020-12-11 16:17:22 +08:00
James Yeung
df99bad7e5
chore: sync ant-design v4.9.0 ( #842 )
2020-12-01 11:02:28 +08:00
James Yeung
abb5791ddb
fix(module: input): doesn't show the loading icon on search was pressed 'enter' ( #752 )
2020-11-01 22:38:43 +08:00
James Yeung
4f250e11e9
fix(module: input): value wouldn't change while input blur in inputting compositionally ( #751 )
2020-11-01 16:06:16 +08:00
James Yeung
428255086e
chore: sync ant-design v4.7.3 ( #719 )
2020-10-25 23:07:27 +08:00
James Yeung
3fb5998d19
chore: sync ant-design v4.7.0 ( #675 )
2020-10-14 13:31:22 +08:00
Kieran Coldron
83ab94cc92
fix(input): allow number type in input ( #630 )
...
* fix: allow number type in input
* fix: parse empty string to value
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-10-12 00:20:33 +08:00
TimChen
474b768c49
fix: textarea display bug ( #650 )
2020-09-27 22:01:04 +08:00
James Yeung
360fe0d3c0
fix(hosting): server prerendering issue ( #583 )
...
* refactor: rename JSInterop constants
* docs: fix typo
* fix: server prerendering issue
2020-09-09 00:52:14 +08:00
James Yeung
fdbb825910
fix(module: input): composition event conflict ( #542 )
...
Co-authored-by: 笨木头 <musicvs@163.com>
2020-08-28 14:04:46 +08:00
TimChen
f09e71ba06
feat: auto complete refactor ( #529 )
...
* feat: auto complete refactor
* feat: autocomplete Refactor
* feat: autocomplete property
* feat: autocomplate
* feat: autocomplete
* feat: autocomplete
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-26 22:37:08 +08:00
James Yeung
13ee3634a0
chore: sync ant-design v4.5.4 ( #499 )
2020-08-13 06:43:07 +08:00
James Yeung
4c4f9b085c
chore: sync ant-design v4.5.1 ( #433 )
2020-08-02 15:13:53 +08:00
James Yeung
feae8a07f5
fix(module: input): incorrect OnPressEnter ( #435 )
...
* fix(module: input): incorrect OnPressEnter
* fix: can't fire onSearch event when search button is clicked
* fix: mack input value generic
Co-authored-by: 笨木头 <musicvs@163.com>
2020-07-30 09:06:56 +08:00
Henry.zhang
ceb95bbe69
feat: add overview ( #425 )
...
* feat: add overview page
* feat: update language changed in overview
* fix: add cover in demo
* fix: overview
* fix: width of docsearch inputbox
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-28 11:15:41 +08:00
笨木头
4d6c279e80
fix: input unusual by chance ( #340 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-12 00:28:10 +08:00
笨木头
f11fd0e103
refactor: improve input and textarea ( #317 )
2020-07-07 12:44:10 +08:00
TimChen
88860d3702
fix: input and textarea bug ( #308 )
2020-07-06 14:33:28 +08:00
笨木头
4a4dfcbd87
refactor(module: form): optimize performance ( #284 )
...
* refactor(module: form): optimize performance
* refactor: clean code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-30 22:32:36 +08:00
TimChen
97af3e080d
fix(module: input-number): crash for decimal greater then operator ( #262 )
...
* fix: inputnumber use decimal error
* fix : #264
* fix: clean up the code
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-06-29 00:26:11 +08:00
James Yeung
7b021638d9
fix: icon issues ( #260 )
...
* fix: icon issues
* fix: search suffix icon
2020-06-28 10:54:27 +08:00
liuhai
f914e6c4b3
feat: add auto-complete component ( #251 )
...
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-27 18:24:21 +08:00
TimChen
9d76e3f4d1
feat: input and inputNumber Supports generics ( #238 )
...
* feat: input and inputNumber Supports generics
* fix: remove debug code
* fix: inputNumber performance issues
* fix: number type limit and style
* fix: inputNumber code format optimization
* fix: inputnumber bug
* fix: inputnumber bug
* fix: drawer demo input generic
* fix: inputnumber Improve input experience
* fix: fix bugs
* fix: add some improvements
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-27 01:20:52 +08:00
James Yeung
bb6303a839
chore: sync ant-design v4.3.4 ( #223 )
2020-06-15 00:29:33 +08:00
笨木头
9bdfaa21f8
feat(module: textarea): support form ( #208 )
...
* feat(module: textarea): support form
* fix: clean the code
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 21:56:01 +08:00
Henry.zhang
f9b615c2ca
feat: add more demos ( #197 )
...
...for affix,back-top,breadcrumb,card,divider,typogragpy and timeline
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 19:41:00 +08:00
James Yeung
45ad7ef7ea
chore: sync ant-design v4.3.2 ( #194 )
2020-06-07 01:10:11 +08:00
笨木头
78a08fbd3d
feat(module: input components): support set size by form ( #191 )
...
* feat(module: input components): support set size by form
* fix: rebase conflict
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 00:47:18 +08:00
TimChen
b129c07bc1
Update Search.razor.cs ( #183 )
...
已经使用await进行了等待,没有必要固定等待10秒,而且查询请求也无法固定成10秒。
I have used "await" to wait, there is no need to wait for 10 seconds, and the query request cannot be fixed to 10 seconds.
2020-06-04 18:45:36 +08:00
笨木头
c3fc31c9b0
fix: input component bug ( #182 )
2020-06-03 20:29:28 +08:00
笨木头
a6596b15dd
fix: input error without form ( #179 )
...
* fix: input error without form
* refactor: optimize code
2020-06-03 09:58:11 +08:00
Henry.zhang
3492d546e3
refactor: add tag and card demo ( #173 )
...
* refactor: tag demo
* refactor: card demo
* fix: dynamic tag
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-02 13:26:27 +08:00
笨木头
c3b0b114e6
feat: add form(basic features) ( #168 )
...
* feat: add form(not complete yet)
* feat: add form(basic)
* refactor: change namespace
* feat(module: form): add onFinish, onFinishFailed, reset
* feat(module: form): add layout demo
* feat(module: form): update doc
* refactor: basic form
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-01 14:09:28 +08:00
James Yeung
8a2fdd5e06
chore: sync ant-design v4.3.0 ( #169 )
2020-05-31 16:00:40 +08:00
James Yeung
d16144ece0
refactor: remove the 'ant' prefix for some components that is already in demos ( #162 )
...
* refactor: button
* refactor: avatar
* refactor: alert
* fix: input group compact
2020-05-29 12:55:15 +08:00
ElderJames
97f920ab9a
refactor: change namespcae to AntDesign
2020-05-29 00:33:49 +08:00
James Yeung
69c9f044ef
chore: sync ant-design v4.2.5 ( #149 )
2020-05-25 12:38:07 +08:00
Henry.zhang
99e7745598
feat: rename and add input demo ( #132 )
...
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-20 12:57:16 +08:00
James Yeung
6789f28400
chore: sync ant-design v4.2.1 ( #104 )
2020-05-11 21:47:35 +08:00
James Yeung
f87e39aca0
chore: sync ant-design v4.2.0 ( #89 )
2020-04-30 10:55:54 +08:00
James Yeung
374929d16d
chore: sync ant-design v4.1.5 ( #84 )
2020-04-26 10:41:53 +08:00
ElderJames
8257c759bb
fix: clean many warnings
2020-04-24 18:32:50 +08:00
James Yeung
cc9e2df41c
refactor: standardized code specification ( #82 )
...
* refactor: standardized code specification
* fix: rebase conflict
2020-04-23 17:13:56 +08:00
James Yeung
25baec2cf8
chore: sync ant-design v4.1.4 ( #77 )
2020-04-20 10:04:24 +08:00