Picodash Demo

The button uses source-pressed to set a specific value, which it gives the main source when pressed.

We multiply the rand val by 100. Our filter stack is "fixedpoint: 1 | mult: 0.01".

Note that the filters are the reverse order of what you'd think, because we're going from widget to source.

Filters only apply to the primary source.

When this value changes, put up a snackbar

The prompt: provider lets you ask the user questions.

The nav: key filter lets you get or set just one element of an array or object.

Just edits the third element

The unit: filter converts to the given unit. It does nothing if the input data has no unit.