Chrissi^ (Chris Fiege)

Results 41 comments of Chrissi^ (Chris Fiege)
trafficstars

Thanks for looking into that!

Fixes the behavior of my reproducer in #231 . Thx

@fscherf that sounds like a good solution. _Fixing_ the behavior of the browser by emitting the additional change events makes the backend more consistent. (And if in case any browser...

> Sorry, I don't understand your question. > In `handle_input_event` I set `self.value` ([link](https://github.com/maratori/belote/blob/main/elements/radio_group.py#L61)). This is necessary to sync state on backend with state in browser. So you do not...

The ``RadioButtonsWidget`` seems a little clumsy to me. With my implementation I can write a rather short: ``` rg_source := Radiogroup({ Order.SOURCE_OPENCART: 'Opencart', Order.SOURCE_EBAY: 'EBay', Order.SOURCE_OTHER: 'Other', }, checked=Order.SOURCE_OTHER), ```...

@maratori I would argue the other way around. Such generic API does not help when developing an application. Maybe ``lona.html`` is not the right place to collect specific solutions. Independent...

> currently there is no way to implement a settings switch that changes the behavior of the `lona.html` API, because HTML nodes don't get a reference to the server they...

> > I have seen that feature in the source. Should we advertise that in the documentation? > > https://lona-web.org/1.x/end-user-documentation/html.html#using-html-strings Sorry, must have missed that :/ > > > I...

Thank! I will give it a spin and will get back to you.