M
M
Hello! I am getting error ``` Please pass a `->` clause to do/end instead, for example: live_component @socket, GridComponent, entries: @entries do new_assigns -> "New entry: " new_assigns[:entry] end ```...
Ecto tests are failing, because 0 is converted to nil and comp with nil causes error. Would default value start_with 1 make sense?
Let's say on a page there is a form with multiple_select field. For desktop we want to have custom MultiSelect component, that looks styled (so different, that needs custom html...
I do not understand, why we do not use standard CSS capabilities in some scenarios. We know the steps between sizes, so it should be possible: 1. Define body (root)...
When I look at any Styled component, then it has 2 parts: 1. Static object (Key-value map/struct/hash). 2. Dynamically changing content (let's say object is conditionally merged depending of prop...
https://github.com/coingaming/sportsbet-design/blob/develop/packages/components/src/textInput/Input.tsx vs https://github.com/coingaming/sportsbet-design/blob/develop/packages/components/src/private/input/input.ts Additionally TextInput.tsx adds "&:focus"
In many cases, as application developer, I might prefer custom event managment. This should be supported by all components. (Like is_open boolean, open event, close event) etc. If using Hooks,...
When I manually specify is_open={true} then content still has hidden class.
Open Snackbar, switch from HTML to Code, view crashes.
1. Adding more content into title, header does not resize and content does not fit. 2. BottomSheet height does not align to its contents height 3. Using h-auto has no...