Commit graph

114 commits

Author SHA1 Message Date
Konstantinos Norgias
a028c3b398 chore: rename method more accurately 2021-11-09 17:44:56 +01:00
Konstantinos Norgias
26f08ccbc7 chore: fix linting 2021-11-08 18:28:37 +01:00
Konstantinos Norgias
4e78ebdee7 fix: avoid use of innerHTML to please Checkmax 2021-11-08 17:29:48 +01:00
github-actions[bot]
3b36a6d62d Version Packages 2021-10-19 20:13:04 +00:00
Thijs Louisse
3a0f89a28a chore: remove typing inside import statement 2021-10-08 00:05:59 +02:00
github-actions[bot]
e598e45f28 Version Packages 2021-08-27 12:12:41 +00:00
github-actions[bot]
67888873e0 Version Packages 2021-07-30 10:13:38 +02:00
github-actions[bot]
e03f8d2cc3 Version Packages 2021-07-21 14:32:36 +02:00
github-actions[bot]
a6346a08ab Version Packages 2021-07-05 11:03:48 +00:00
github-actions[bot]
8a322836ce Version Packages 2021-06-16 15:04:44 +02:00
Matthieu
159d6839c8 fix: better support when options change dynamically 2021-06-11 12:44:54 -04:00
github-actions[bot]
12c2833c6c Version Packages 2021-05-31 14:39:37 +02:00
Matthieu
6cdefd8833 feat: add _getTextboxValueFromOption method 2021-05-20 23:22:37 +02:00
Konstantinos Norgias
e17f7bdfa6 feat: upgrade to lit2
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2021-05-20 12:21:43 +02:00
github-actions[bot]
ac889b1725 Version Packages 2021-05-12 13:22:33 +00:00
github-actions[bot]
1042cf4249 Version Packages 2021-04-27 11:09:01 +00:00
Thijs Louisse
5da55af6cd fix(combobox): close on tab keydown (not keyup) 2021-04-20 12:22:16 +02:00
Thijs Louisse
22678f13ce fix(combobox): webkit bug checkedIndex reset 2021-04-19 15:00:11 +02:00
Thijs Louisse
edb43c4e05 fix(combobox): no sync unmatched checkedIndex [autocomplet=none 2021-04-19 11:07:46 +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
github-actions[bot]
8e23c05e23 Version Packages 2021-04-13 10:10:25 +00:00
github-actions[bot]
a42351019c Version Packages 2021-04-12 20:47:43 +00:00
Thijs Louisse
43e4bb810c feat: private and protected types form-core 2021-04-12 15:23:05 +02:00
Thijs Louisse
ccd757fa39 fix: many types 2021-04-12 15:08:02 +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
991f1f54f9 fix(combobox): types 2021-04-12 11:27:22 +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
Konstantinos Norgias
77a0424595 chore: add protected and private type info 2021-04-01 19:40:43 +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]
ce2fdbfd71 Version Packages 2021-03-25 09:49:54 +00:00
Thijs Louisse
b7743d8f22 fix(combobox): open on focused when showAllOnEmpty 2021-03-25 09:06:34 +01:00
Thijs Louisse
72a6ccc81e feat(combobox): allow to configure textbox sync on close 2021-03-25 09:03:32 +01:00
Joren Broekema
91f56769fe
Merge pull request #1288 from ing-bank/fix/comboboxShowOverlayOnKeyup
fix(combobox): displayoverlay on keydown event
2021-03-25 09:02:49 +01:00
palash2601
63e05c36e3 fix(combobox): displayoverlay on keydown event
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2021-03-25 00:01:05 +01:00
github-actions[bot]
80e1f79e0b Version Packages 2021-03-23 13:50:23 +01:00
github-actions[bot]
908bd4a145 Version Packages 2021-03-15 14:47:14 +00:00
Thomas Allmer
b9011e74db chore: adjustments for windows 2021-03-15 15:22:37 +01:00
Thomas Allmer
5db622e9da feat: as BREAKING CHANGE add exports & convert to static docs page 2021-03-15 15:22:37 +01:00
github-actions[bot]
aafbeba2fd Version Packages 2021-03-11 17:45:46 +00:00
Konstantinos Norgias
dbacafa539 fix: remove @ts-expect-error & add @type {any} to static get props
Co-authored-by: jorenbroekema <Joren.Broekema@ing.com>
2021-03-04 10:32:39 +01:00
github-actions[bot]
31105ebe16 Version Packages 2021-02-25 10:14:42 +00:00
Joren Broekema
6b91c92d67 fix: update dependencies, fix tests, dont use .prototype 2021-02-25 10:09:06 +01:00
gerjanvangeest
4cd8159e26
Merge pull request #1240 from ing-bank/chore/update-eslint
chore: update to latest eslint
2021-02-25 09:47:42 +01:00
qa46hx
8fdfe37a3c chore: update to latest eslint 2021-02-25 09:40:14 +01:00
github-actions[bot]
b6b5f5ca14 Version Packages 2021-02-23 13:55:11 +00:00