Patch Changes
- #3271
cc6cc84Thanks
@bunlongheng! - Fix an XSS vector inautoResizeInput(). The hidden ghost element
used to measure width assigned the input's value withinnerHTML, so a value containing markup was parsed and could
execute. It now usestextContent. - Updated dependencies [
9a9381d]:- @zag-js/dom-query@1.43.1