lizi
lizi
I think it makes sense, I will add this `From`.
@CertainLach I found a way to solve this problem without modifying leptos. Refer to the **`SSRMountStyleProvider`** component in https://github.com/thaw-ui/thaw/pull/335/commits/266dd6dd4a75484501cd8936429669221c1d4ee1.
> thread 'tokio-runtime-worker' has overflowed its stack fatal runtime error: stack overflow Could you please send the context of this error log?
> If the trigger is close to the border of the viewport, a popup or menu can be cut off by the viewport. I think this is a bug, so...
I implemented these features in `v0.5.0-beta`, so I will close this PR.
> What is the difference between value and selected_options ? * The value attribute is the value displayed in the input box, usually the text attribute of the selected ComboboxOption...
My current suggestion is to set the value of value when you update the selected_options value. However, in the next version (V5), maybe we should consider automatically setting the value...
I decided to give up on this question. Consider the following example: ```rust // This array has many values. let options = vec!["Cat", "Dog", "Ferret", "Hamster", ...]; view! { {...
It seems that the invite link is invalid due to permissions issue on my account. You can use [leptos' link](https://discord.gg/YdRAhS7eQB) and then go to `thaw-ui` channel.
I added `ssr=leptos_router::SsrMode::InOrder` here https://github.com/thaw-ui/thaw/blob/ffbe299e78dc847cb947d1f5e2d429242f384368/demo/src/app.rs#L55, and then executed the `cargo leptos watch` command in the [examples/ssr_axum](https://github.com/thaw-ui/thaw/tree/main/examples/ssr_axum) directory but the problem did not reappear. Can you provide more information?