Martin Turóci

Results 237 comments of Martin Turóci

>Align elements along the vertical axis. Can you provide some real-world scenarios?

The easiest and quickest solution is to take a screenshot though.

@DrRadan this is available since `0.21`.

@marek-mihok one way to fix this is providing our own string for the tooltip title instead of having it computed by G2. This can basically be any string since we...

Hm... we will probably not support alignment for `ui.textbox`. It would be odd if `ui.textbox` had suddenly different alignment than the rest of form elements (dropdowns, comboboxes etc.) However, if...

Currently, Wave serializes all the data and sends them up the websocket (q.args/q.events). The main work here is to allow for sending binary (video/audio) data as well.

I am fine with adding `enter` support via a prop like `trigger_on_enter` cc @lo5 @geomodular

@lo5 I am not sure this is possible right now, because `qd.sync()` submits all changes currently (correct me if I am wrong). This means that if user has 2 separate...

Yes, there is no change in behavior, but the behavior is still incorrect IMO. If it is desired though, what is the reason for: > Rule can be: if the...

> The behavior of submitting everything on the page is by design. Maybe you're equating form cards to HTML forms?A form card is simply a stack of components, and has...