sdpi-components icon indicating copy to clipboard operation
sdpi-components copied to clipboard

Web components for your Stream Deck plugin; take the hassle out of the property inspector.

Results 10 sdpi-components issues
Sort by recently updated
recently updated
newest added

Thank you for providing such excellent components. They have been immensely helpful in the project I am currently undertaking. During my usage of the components, I noticed that the font...

I was perusing this as a potential overhaul for my PI, but I currently use the `onchange="funcXYZ(this.value)"` to react to changes when a new selection is made. I can't seem...

We have `` which will render `` but it would be nice to have support `` as well.

Hi, thank you for sharing the easy-to-use SDK and clear documentation. The sample for `` in [this page](https://sdpi-components.dev/docs/components/textfield) includes `pattern="/^[a-z ,.'-]+$/i"` , but this doesn't work correctly. I believe it...

This adds a number component with optional min/max/step and units. ``` ``` closes https://github.com/GeekyEggo/sdpi-components/issues/18

Hi There, I came across an error when switching from the `` component to ``. Becasue the data persisted in the setting was a string and not an array, I...

What is the recommended approach to create a component that can select a directory (the current file component only allows selecting files)? This would be useful to allow a user...

Fixes the mutation observer for when using `sdpi-components` within Lit components.