You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might also implement File Browser, but there are some caveats here.
Label is not really used as label (or at least not how I would expect a label compared to other fields)
The file input is the most gnarly of the bunch and requires additional JavaScript if you’d like to hook them up with functional Choose file… and selected file name text. They recommend bs-custom-file-input.
The text was updated successfully, but these errors were encountered:
I've stumbled upon this. Would have been nice, if it would already be part of the lib. Of course, it's up to you, if you'd like to implement that.
Just two things: the button text and the placeholder should be settable. And if a file gets chosen, the visual text field should show the selected file name (what requires a bit of JS like this).
We might also implement File Browser, but there are some caveats here.
The text was updated successfully, but these errors were encountered: