Moritz Kneilmann
Moritz Kneilmann
See: https://codesandbox.io/s/react-select-v5-sandbox-forked-gzdeq6?file=/example.js As far as I can tell this is due to this code: https://github.com/JedWatson/react-select/blob/da617c51b810c67d809dfde9cb9f3b5815313d91/packages/react-select/src/components/LiveRegion.tsx#L112-L116 In most places, the object reference is not relevant. Following this pattern, I think this...
### Environment System: OS: macOS 13.2.1 CPU: (8) arm64 Apple M1 Memory: 85.16 MB / 8.00 GB Shell: 3.1.2 - /opt/homebrew/bin/fish Binaries: Node: 20.1.0 - /usr/local/bin/node Yarn: 1.22.19 - /opt/homebrew/bin/yarn...
Many orgs have tagging guidelines with tags that should be applied to all resources. Could we add an optional `tags` variable that would be applied to all resources? I'd PR...
Dynamically updating the options list resets the focus to the first element. Even though the options are the same (same value), just a new object reference. In my use case,...