Marat Reimers

Results 58 comments of Marat Reimers

Thanks, I missed that in docs. I don't know use case where current behavior would be blocker. There are couple workarounds. However it's very strange for me why it differs...

I've faced with the same issue while trying to implement fuzzy find like in Sublime Text. Does anyone know a workaround?

Moreover (besides that filter is applied on the frontend side) it also sorts options by the `value` if `search_value` is not empty. https://user-images.githubusercontent.com/16486128/115563727-83960680-a2c0-11eb-8d69-9ba44e45151f.mov ```python import json import dash import dash.dependencies...

I don't know if it's real to change Lona to support following or not. But the best behaviour I can imagine is a graceful shutdown with some timeout. What does...

JFYI, I've created a class to handle radio buttons group in my app https://github.com/maratori/belote/blob/main/elements/radio_group.py

> @maratori Looking at your code: You are relying on the state of the Radiobuttons for the getters and setters. But also track the value of the last event in...

> So you do not use the properties `def value()` and `def values()`? No, I get `value` [here](https://github.com/maratori/belote/blob/main/widgets/bet_widget.py#L141) and set it [here](https://github.com/maratori/belote/blob/main/widgets/bet_widget.py#L148).

@SmithChart it looks like too specific solution. Such API is not general enough, for me.

What linter does the same? I haven't seen it.