palantir / blueprint

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

<FileInput> should support intent #3379

Open L42y opened 5 years ago

L42y commented 5 years ago

Environment

Feature request

Right now <FileInput> component does not support intent, so when a file input field is required but was not filled, there is no visual way to display a warning on the input.

Examples

<FileInput intent={Intent.WARNING} {...props} /> should add an intent prop or similar ways to achive this.

seanfrisbey commented 3 months ago

+1 on this rather old request...