Robin
Results
12
issues of
Robin
In our project, we had a place where we were running multiple builds through multiple tailwind profiles, and one had already been updated to be compatible with v4 (and thus...
The `checkbox-group` component has an hidden input with an empty value: https://github.com/petalframework/petal_components/blame/23ec5d208826311645808c42913fd2dc7e9bee41/lib/petal_components/field.ex#L240 This produces values like this in LiveView (notice the empty string): ``` dbg(params) => %{"my-group" => ["", "things",...