v0.99.3
Patch Changes
- #955
edd8bfc6Thanks @tenphi! - Fix Dialog component to merge incoming style props instead of overwriting them. Update FilterPicker and Picker to correctly access trigger width usingUNSAFE_getDOMNode()and pass it to Dialog overlay via--overlay-min-widthCSS custom property. Update Picker overlay width calculation to usemax()function for better min-width handling.