Commit graph

318 commits

Author SHA1 Message Date
Konstantinos Norgias
02e4f2cb8e feat: add simulator to docs 2021-04-21 10:44:21 +02:00
Thijs Louisse
756a138433 fix(input-amount): always format on paste 2021-04-20 12:45:21 +02:00
Thijs Louisse
c6fbe9208a feat(form-core): support format on paste 2021-04-20 12:35:21 +02:00
Thijs Louisse
15146bf9ce fix(form-core): form groups support lazily rendered children 2021-04-19 11:33:38 +02:00
Thijs Louisse
edb43c4e05 fix(combobox): no sync unmatched checkedIndex [autocomplet=none 2021-04-19 11:07:46 +02:00
Thijs Louisse
11ec31c62e fix(form-core): fixed css selector syntax for disabled [slot=input] 2021-04-17 14:32:30 +02:00
Thijs Louisse
239cce3bf7 feat(overlays): expose "repositionOverlay()" on OverlayMixin 2021-04-17 14:31:41 +02:00
Thijs Louisse
351e9598fe fix(combobox): do not reopen on focusin edge cases 2021-04-17 11:38:59 +02:00
Thijs Louisse
6aa7fc29c8 feat(listbox): _onListboxContenChanged hook server side autocompletion
Co-authored-by: palash2601 <palash2601@gmail.com>
2021-04-16 19:25:39 +02:00
Thijs Louisse
d94d6bd84a fix(listbox): teleported options compatible with map/repeat 2021-04-16 16:13:51 +02:00
sdonose
0fc206bfd6 feat(input-iban): allow to specify countries in lowercase 2021-04-15 13:55:30 +02:00
qa46hx
eae38926cd fix(calendar): enhance centralDate initialization
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2021-04-15 09:33:11 +02:00
github-actions[bot]
aa0906506f Version Packages 2021-04-14 07:58:56 +00:00
Thijs Louisse
f0527583d6 fix: expose members as protected for extension compat. till v1 2021-04-14 09:37:39 +02:00
github-actions[bot]
8e23c05e23 Version Packages 2021-04-13 10:10:25 +00:00
Thijs Louisse
b77a038d5f fix(checkbox-group): recover possibility to registrer without [] 2021-04-13 00:32:51 +02:00
Thijs Louisse
f2d9b8e232 fix(overlays): only focus controlled elements after hide 2021-04-13 00:32:50 +02:00
github-actions[bot]
a42351019c Version Packages 2021-04-12 20:47:43 +00:00
Thijs Louisse
53167fd205 fix(form-core): validate on child change + {feedbackType}StateChanged 2021-04-12 22:31:55 +02:00
Thijs Louisse
43e4bb810c feat: private and protected types form-core 2021-04-12 15:23:05 +02:00
Thijs Louisse
cc02ae2450 fix(form-core): feedback msg read before next sibling's msg on blur 2021-04-12 15:08:04 +02:00
Thijs Louisse
2241f72f20
Merge pull request #1325 from ing-bank/fix/fieldsetLabelAsChildSuffix
fix(form-core): a11y / types / test fixes
2021-04-12 14:30:02 +02:00
Thijs Louisse
57c0ae2d14
Merge pull request #1323 from ing-bank/fix/switch
fix(switch|form-core): enhanced feedback visibility configuration / applied on switch / a11y fix
2021-04-12 14:17:47 +02:00
Thijs Louisse
652f267b99 fix(switch): use ._showFeedbackConditionFor instead of .submitted 2021-04-12 12:07:27 +02:00
Thijs Louisse
0e910e3f80 feat(form-core): allow developers to add .showFeedbackConditionFor 2021-04-12 12:07:26 +02:00
Thijs Louisse
d4dcb7c1fb chore(combobox): clicking label focuses toggle button 2021-04-12 12:07:23 +02:00
Thijs Louisse
991f1f54f9 fix(combobox): types 2021-04-12 11:27:22 +02:00
Thijs Louisse
75af80be3b fix(form-core): cleanup group > child descriptions and reenable tests 2021-04-12 11:26:07 +02:00
Thijs Louisse
fb1522dda5 fix(form-core): fieldset label as child label suffix 2021-04-12 11:24:50 +02:00
Thijs Louisse
e301ef9657 fix(combobox): aria-expanded always on elm with role=combobox 2021-04-08 13:05:47 +02:00
realfighter92
0dc706b6f9
fix: combobox clear function (#1315)
* fix(combobox): clear() method

Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2021-04-08 12:37:08 +02:00
Thijs Louisse
2687e15189
Merge pull request #1316 from ing-bank/chore/formRegistrations
Chore/form registrations
2021-04-08 12:15:42 +02:00
Thijs Louisse
6ae7a5e352 fix(form-core): add clear() to choice-group; test integratoons 2021-04-08 11:30:12 +02:00
Ahmet Yesil
9b79b287e9 fix(ajax): bug fixes and readability improvements 2021-04-07 17:09:03 +02:00
Thijs Louisse
5633d2aba8
Merge pull request #1313 from ing-bank/chore/testInitialDirtyState
chore(form-core): fix prefilled FormGroups
2021-04-07 16:55:31 +02:00
Thijs Louisse
38297d077f fix(form-core): registr. complete cb before initial interaction states 2021-04-07 16:03:22 +02:00
Thijs Louisse
9a311d5f25
Merge pull request #1312 from ing-bank/chore/choiceGroupAngularCompatibility
Chore/choice group angular compatibility
2021-04-07 15:20:35 +02:00
Lars den Bakker
468223a09f fix(ajax): return cached status and headers 2021-04-07 08:33:03 +02:00
Lars den Bakker
c1a81fe4cc feat(ajax): allow caching concurrent requests 2021-04-07 08:28:50 +02:00
Thijs Louisse
181a1d452b fix(form-core): choice-group initialization values + null support 2021-04-06 14:29:44 +02:00
qa46hx
97b8592cd9 chore(docs): remove lion references for easier extending 2021-04-02 13:17:45 +02:00
Thijs Louisse
2ac36c7f2f
Merge pull request #1263 from ing-bank/chore/add-private-protected-types
Chore/add private protected types
2021-04-01 19:49:43 +02:00
Konstantinos Norgias
77a0424595 chore: add protected and private type info 2021-04-01 19:40:43 +02:00
Thijs Louisse
3b5ed3222f fix(form-core): do not preprocess during composition 2021-04-01 13:06:01 +02:00
github-actions[bot]
bbd1fce3c2 Version Packages 2021-03-31 11:37:17 +00:00
Joren Broekema
0e61e76420 fix(combobox): fix google combobox demo 2021-03-31 13:18:36 +02:00
github-actions[bot]
281a41ec2d Version Packages 2021-03-31 07:54:01 +00:00
Joren Broekema
6ea0298884 fix: use ...styles / CSSResult[] everywhere for types consistency 2021-03-30 17:25:02 +02:00
github-actions[bot]
b4ed1f36d8 Version Packages 2021-03-25 15:15:36 +00:00
Thijs Louisse
67cd8e351d fix(providence): expose analyzers 2021-03-25 16:00:03 +01:00