discourse/app/assets/javascripts/select-kit/addon
Kelv 18bbfa87ed
DEV: replace select-kit utils mixin methods with input-utils lib (#32594)
This PR replaces the set of methods related to validation and
normalization of input values in the select-kit utils mixin with simple
exported functions from a input-utils lib file.

We maintain the `_normalize` method on the select-kit component because
there are external repos dependent on that part of the interface.

We'll replace the remainder of the mixin with another utils lib file in
a separate PR.
2025-05-07 09:25:52 +08:00
..
components DEV: replace select-kit utils mixin methods with input-utils lib (#32594) 2025-05-07 09:25:52 +08:00
lib DEV: replace select-kit utils mixin methods with input-utils lib (#32594) 2025-05-07 09:25:52 +08:00
mixins DEV: replace select-kit utils mixin methods with input-utils lib (#32594) 2025-05-07 09:25:52 +08:00
services DEV: replace select-kit tags mixin with tag-utils service (#32509) 2025-05-06 14:38:55 +08:00