Huon Imberger
Huon Imberger
Adding my voice here. We have forms in dialogs, and want to prompt the user to confirm discarding the form with _another_ dialog. This is possible to do if we...
Ran into same problem. I think they haven't updated the documentation. This worked for me using npm package, might work for CDN too. ```javascript import { FormBuilder } from "formiojs";...
It's been a while, can someone else just fix the lint issue?
Hi, I'm also interested in this. The README suggests it's possible, and even the [Solid FAQ](https://www.solidjs.com/guides/faq#is-there-react-compat-or-some-way-to-use-my-react-libraries-in-solid) points to this library for exactly this purpose. I would open a PR but...
This is still an issue. Similar to above, setting it back to auto width fixes the issue for me: ```css .simplebar-placeholder { width: auto !important; } ```
Note: doc check seems to be failing due to pre-existing typo
Hi, thanks for the idea. I'm not going to have time to work on new features for a while, but I'd be happy to accept a PR.
Hey, thanks for the repro. This appears to be a quirk of egui, haven't found a solution yet. So, bevy_panorbit_camera tracks a boolean value in `EguiWantsFocus` reflecting the values of...
That is a decent temporary workaround, but it's not ideal. If you start dragging outside egui, and drag over egui, it should continue that drag operation (e.g. rotating the camera)....
I don't particularly like the sound of either of those solutions. 1. Grabbing the cursor would feel odd and unintuitive 2. The egui panels display on top of the viewport,...