Upgrading from Dashboard 1 to Dashboard 2, is there a way to replicate the "placeholder" functionality in the Dropdown node in Dashboard 1? The "Placeholder" value is displayed as the default if nothing is selected.
I think the options let you select a particular item in the drop down array. What the "placeholder" did was to display default that was not in the list of valid values (eg: All Devices vs a selected device).
So to work around the lack of placeholder add "all devices" as an option, then send the value in the payload to have it selected by default. the forward flow can detect if all is selected and filter if needed.
I suggest that you submit a feature request at GitHub · Where software is built, though I don't think there is much manpower available for working on the dashboard at the moment. More volunteers required.
I saw the earlier thread that addressed the lack of available resources. Unfortunately, I am not a developer so can't help. Now wondering if I should shelve DB2 till DB1 is not supported any longer....
I may just try and get as much working as I can and then put it on "hold" until there is some more activity on DB2.
The original dashboard is already unsupported, at least in the sense of no new enhancements or bugfixes.
A critical vulnerability may be discovered at any time, with no possibility of a fix.
Flowfuse dashboard is a development by a commercial company and who knows they may one day be unwilling to devote any more resources to it.
It's open source of course.
And the main (only?) alternative dashboard seems to be largely the work of one person.
Not an enviable task to decide on the most appropriate dashboard, especially if one were choosing for a commercial organisation.
@Steve-Mcl - @joepavitt replied to my comment on GitHub. I'm going to try working with the dropdown node as it is and may be able to do what I need with some workaround. Thanks