Commit Graph

5 Commits

Author SHA1 Message Date
Francesco Torchia baa2c9fd60
Fix dropdown behavior in Select component when removing tagged elements
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
2025-09-10 15:16:40 +02:00
Phillip Rak ade0a1f9d9
Simplify spacebar prevent behavior when focusing LabeledSelect (#14553)
* Simplify spacebar prevent behavior when focusing LabeledSelect

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>

* Fix unit test

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>

* Simplify spacebar prevent behavior when focusing Select

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>

---------

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-06-26 08:57:30 -07:00
Alexandre Alves 20827a1943
fix problem with space key on searchable selects (#14362)
* fix problem with space key on searchable selects + add unit tests

* fix lint issue
2025-05-19 11:49:44 +01:00
Alexandre Alves e8e05df687
fix missing labels on form fields (#13957)
* fix missing labels on form fields

* update Select to match wiring work done in another PR for aria attributes + add a11y unit test
2025-04-11 09:51:15 +01:00
Phillip Rak 84a617c424 Add unit tests for InputWithSelect, Select, & ServiceNameSelect
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-08-27 14:37:26 -07:00