nova-file-upload-field
nova-file-upload-field copied to clipboard
Customize placeholder and allowed input methods
I thought it could be useful to be able to customize the additional input methods (drop/url paste) and the placeholder, so if I only want to use the file dialog I could do something like:
FileUpload::make(...)
->placeholder('Select file')
->disableDrop()
->disableUrlPaste()
Just a thought, the library is looking great. ☺️
Hi @Kturva Good ideas :) I'll see what I can do.