palantir / blueprint

A React-based UI toolkit for the web
https://blueprintjs.com/
Apache License 2.0
20.51k stars 2.15k forks source link

FileInput has no visual focus state #6859

Open evansjohnson opened 1 week ago

evansjohnson commented 1 week ago

Steps to reproduce

See https://blueprintjs.com/docs/#core/components/file-input

Actual behavior

FileInput component can be focused, and the file selector opened with an enter keypress, but there is no visual focus state

Expected behavior

FileInput should support a visual focus indication similar to other input components

Possible solution

Add same visual focus indication as InputGroup/NumericInput/TextArea and others