viclafouch / mui-file-input

A file input designed for the React library MUI (Material UI) V6
https://viclafouch.github.io/mui-file-input/
MIT License
82 stars 17 forks source link

Placeholder not shown #51

Closed jiatao99 closed 3 months ago

jiatao99 commented 4 months ago

Use this settings (inside mui DataGrid toolbar), however the placeholder not shown

<MuiFileInput size="small" onChange={handleAddXml} placeholder="XML" value={xml} inputProps={{ accept: '.xml' }} />

viclafouch commented 4 months ago

Hello !

Please provide a codesandbox for repro