You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Various tweaks and bugfixes to issues reported in `4.0.0rc1`
24
+
25
+
- Dropdown API changes
26
+
* default value of optionHeight is now 'auto' which supports text wrapping of lengthy text on small screens; you can still specify a numeric pixel height if desired
27
+
* new `labels` prop to customize strings used within the component
28
+
* default value for closeOnSelect is now `True` for single-select dropdowns and `False` for multi-select
29
+
30
+
- Slider API changes
31
+
* default value of `step` is now only set to `1` if the `min` and `max` props are both integers. Otherwise, it will be dynamically computed according to the available space for the slider
0 commit comments