-
-
Notifications
You must be signed in to change notification settings - Fork 567
Description
Is your feature request related to a problem? Please describe.
Hi there, so, more than a problem, the main purpose of this issue is to ask if there could be any interest to add a new FileInput like widget that allows browsing server side files/directories and can show a selected file/directory full path.
Describe the solution you'd like
A custom widget has been implement for that but maybe it could be nice to make it part of the base Panel widgets
Describe alternatives you've considered
One alternative to enable reusage of the widget could be the creation of an extension instead of adding it directly to Panel
Additional context
An initial implementation of the described widget works something like this:
Could it make sense to upstream this kind of widget or maybe is better to just make an extension for it? Are there other alternatives that could help make this custom widget more reusable or allow for better support of this use case (browse server side files/directories and show a selected file/directory full path in a FileInput widget manner)?
If there is any interest to include the custom widget as part of Panel let me know, I could make a PR adding it :)
