Input for filtering a Select component can not be used if the Select is inside a Drawer
#3,854 opened on Nov 17, 2019
Description
Environment
- Package version(s): @blueprintjs/core: 3.17.2 / @blueprintjs/select: 3.11.2
- Browser and OS versions: Google Chrome 78.0.3904.97 / Windows 10 Pro
Code Sandbox with the issue https://codesandbox.io/s/blueprint-sandbox-2o2rt
Steps to reproduce
- Install @blueprintjs/core: 3.17.2 and create a basic select inside a drawer
- Run the application / open the sandbox
- A drawer will open an inside of it there will be a Select component with the filter option enabled
- Click on the text input to filter some values
Actual behavior
The input text field can not be clicked (or focused) and no characters appear when writing.
Expected behavior
The input text field can be clicked and characters can be typed.
Possible solution
I've done some testing, this is a bug for 3.17.2, after updating to 3.20.0 the issue was solved.
Note: after upgrading to 3.20.0, a clean installation is required (deleting the node_modules folder and deleting the package-lock.json file) otherwise the issue will still be present, this may be a caching issue on npm (?)
Question: 3.17.2 seems to be the latest published version but 3.20.0 is also available and was published earlier, is this intentional? when will 3.20.0 be launched as the latest stable release?