Expanding box size

I hope im saying this correctly. I setup a 2by2 custom tile. When I click on it to open it, the size stays the same. Im new to sharptools and have been using AI to create a custom dashboard ans the AI said its a sharptools limitation for custom tiles. An example would be by ecobee tile, which is by sharptools, not custom, when I tap it the box expands so what im asking for is can that ability be added to custom tiles? @josh

Thanks

Dom

PS i am having a blast with sharp tools….loving it.

@josh josh, is this something simple doable that you could add

I’m not sure I understand what’s being requested.

Tile sizes themselves are fixed based on what the user has selected / configured.

Some tiles like the Thermostat Tile and Media Playback tile have a feature where you can click to open a Modal with additional controls. And some tiles like Mode Tiles offer a similar feature where you can pick from a list of modes.

Custom Tiles have some similar features through the stio library such as:

  • showList() - show a list of items to pick from
  • showForm() - show a form with inputs and form fields

More information on these is available in the documentation: