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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# react-components 5.26.5 (2021-02-10)
2
+
3
+
-[ActionSelect, ButtonSelect, Select] Allow disabling items in Select components (by [@Lukeaber](https://github.com/Lukeaber) in [#366](https://github.com/puppetlabs/design-system/pull/366))
4
+
1
5
# react-components 5.26.4 (2021-02-10)
2
6
3
7
-[Select] Fix autocomplete select not staying open when typing (by [@jilliankeenan](https://github.com/jilliankeenan) in [#381](https://github.com/puppetlabs/design-system/pull/381))
Copy file name to clipboardExpand all lines: packages/react-components/source/react/library/action-select/ActionSelect.js
+2
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ const propTypes = {
29
29
onClick: PropTypes.func,
30
30
/** Custom action element. Useful for creating navigation actions with as: 'a' or as: Link. Additionally, extra props not listed here are passed through to the action element. This allows custom props such as `href` or `to` to be passed to the inner action element. */
0 commit comments