viclafouch / mui-file-input

A file input designed for the React library MUI
https://viclafouch.github.io/mui-file-input/
MIT License
77 stars 17 forks source link

placeholder don't show #28

Closed ecomapkbr closed 1 year ago

ecomapkbr commented 1 year ago
<MuiFileInput
  placeholder="Insert a file"
  value={addState.file}
/>

the placeholder is not shown I looked in the inspector, it is not in the DOM either

ecomapkbr commented 1 year ago

Problem solved

need to add handle onChange