diff --git a/.changeset/three-hornets-shout.md b/.changeset/three-hornets-shout.md new file mode 100644 index 0000000000..c920fc5a41 --- /dev/null +++ b/.changeset/three-hornets-shout.md @@ -0,0 +1,11 @@ +--- +"@sit-onyx/headless": patch +"sit-onyx": major +--- + +chore: replace redundant useManagedState with defineModel + +The changes are mostly internal, but the typings were of `OnyxSelect` were improved: + +- The `modelValue` now infers a specific subtype of `SelectOptionValue` and the `options` values must match. +- `withSearch`: Filtering of the options will not automatically disabled anymore when `searchTerm` is bound. Instead `noFilter` must be set.