We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f167408 commit b33806aCopy full SHA for b33806a
1 file changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## [Unreleased]
4
+
5
+### Changed
6
7
+- React to changing `initialValue` even if initially `undefined` on `Select`
8
+ component.
9
10
+### Fixed
11
12
+- Fix `onFocus` prop being ignored by `Select` component. It now passes it
13
+ through to the core and is called correctly when the select is focused. Thanks
14
+ to [kapilpipaliya](https://github.com/kapilpipaliya) for the fix.
15
16
## [0.11.0] - 2022-05-26
17
18
### Changed
0 commit comments