gerjanvangeest
61bf8cb4b1
fix(select-rich): sets and removes the button role and aria attributes on change of singleOption ( #2341 )
2024-08-22 15:08:28 +02:00
Kristján Oddsson
c7c83d1d8b
update prettier
...
* update prettier to v3.x
* update prettify in @lion/nodejs-helpers to match updated prettier
* remove redundant await for promise
* remove `@types/prettier` as it's now included in `prettier`
* format lit template snippets with `jsx`
2024-05-17 21:43:23 +02:00
gerjanvangeest
36f0bbce3c
fix(select-rich): only close the overlay on tab when trapsKeyboardFocus is false ( #2273 )
2024-04-29 10:44:01 +02:00
SomaH
3a1482f751
Fix select rich key interaction not setting correct isTriggeredByUser value ( #2262 )
...
* fix: select-rich keyboard navigation not marked as isTriggeredByUser
* Add changeset
2024-04-23 10:27:17 +02:00
Wessam Zaghloul
d2edadd3b0
fix(select-rich): readonly works with keyboard interaction ( #2235 )
2024-04-03 10:26:21 +02:00
ByoungYong Kim
f6b3f43a03
feat(select-rich): export getSelectRichMembers test helper
...
* chore: fix a misleading test
* chore: add gitignored file to prettier ignore
* chore: add getSelectRichMembers test helpers
* feat(select-rich): export getSelectRichMembers test helper
---------
Co-authored-by: ByoungYong Kim <9986886+ryubro@users.noreply.github.com>
Co-authored-by: gerjanvangeest <Gerjan.van.Geest@ing.com>
2024-04-03 09:20:19 +02:00
Oleksii Kadurin
00a7e39aae
feat(ui): adopt @open-wc/scoped-elements mixin v3
...
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2024-03-27 18:02:15 +01:00
Danny Moerkerke
84173cdba1
fix(@lion/ui): [select-rich] listbox element always focused in overlay
...
when the overlay is shown, the "autofocus" attribute is added to _listboxNode (_inputNode) to make sure that keyboard navigation continues to work when the element is inside a bottomsheet. When the overlay is closed the attribute is removed.
2023-02-09 18:41:18 +01:00
gvangeest
9f6270b340
fix(select-rich): set focusableNode correctly so focused and focused-visible attributes are set when invoker gets focus
2023-01-16 10:06:18 +01:00
gerjanvangeest
fd09f652d4
fix(select-rich): solve case of having singleOption and hassNoDefaultSelected at the same time ( #1863 )
2022-12-29 10:37:40 +01:00
Thijs Louisse
973b6ff9ac
chore: small cleanup and RichSelect demo fix
2022-12-20 19:46:57 +01:00
Thijs Louisse
7ac0a42224
fix(ui): overlay fixes (responsive backdrop/select-rich/tooltip)
2022-12-16 08:47:48 +01:00
Thijs Louisse
64c0e26c20
feat: use dialog element for top layer functionality of all overlays
2022-12-09 15:54:28 +01:00
Thomas Allmer
11f6f19a09
fix(ui): use scoped-elements version that exposes types
2022-11-28 13:28:39 +01:00
Thomas Allmer
dec62b3b0d
fix(ui): type requestUpdate
2022-11-22 19:29:37 +01:00
Thomas Allmer
c1982965c3
feat: introduce wireit and ts use node16 resolution
2022-11-07 11:39:40 +01:00
Thomas Allmer
d938e464b4
chore: introduce a component src folder
2022-10-31 16:55:07 +01:00
Thomas Allmer
8114bae86f
chore: rename ui/src to components
2022-10-31 16:55:07 +01:00