Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ButtonGroup defaults are not available early enough in the render process #2024

Open
ItsMeBrianD opened this issue May 23, 2024 · 0 comments

Comments

@ItsMeBrianD
Copy link
Member

Using an example like this:

```sql myQuery
SELECT table."${inputs.button_group_value}" FROM table
```
<ButtonGroup name="button_group_value">
    <ButtonGroupItem value="whatever" default />
</ButtonGroup>

The build is likely to break, because the query will initially run as table."". We either need a mechanism for escaping this behavior somehow, or to note that this is not a supported behavior.

We also need to check and see if this is happening with any other inputs, or if this is specific to ButtonGroup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant