Falko Schindler

Results 231 comments of Falko Schindler

Strange, I can't get it to work. Maybe we need to add a README for clear instructions on how to set it up. First I created a `.chatgpt_config.json`. But I...

Maybe we will release this code as an example application in a separate repository. I'll close this pull request.

Interesting... Thanks for reporting this issue! Looks like the following line is a sufficient reproduction: ```py ui.input().props('clearable') ``` I'll have to investigate where exactly the problem occurs.

Quasar writes about `clearable`: > Appends clearable icon when a value (not undefined or null) is set; When clicked, model becomes null. https://quasar.dev/vue-components/input It looks like this doesn't work with...

@Methamane Interesting... Here is a minimized variant: ```py ui.input().props('clearable').on('update:model-value', lambda: None) ``` But you have to be careful. The value doesn't seem to change when the element is cleared: ```py...

Yes! @Methamane, your code snippet made me investigate the issue once more and I finally found the root cause for the problem: When using the clear button, the `update:model-value` event...

@groucho86 Thanks for spotting this! I created a bug report: https://github.com/zauberzeug/nicegui/issues/1765

I tried reproducing it with Chrome, Safari, and Firefox on Mac OS, but without success. As far as I understand, the procedure is as follows: - The main script is...

Thanks, @Quadrum1, for bringing up this issue. We totally agree with your observation: The documentation is sketchy. In other words, it needs to catch up with the quickly growing library....

@rodja I basically completed all tasks for this feature. Do you want to have a look? (I'm just a bit sceptical if the "More..." links are prominent enough...) Anyway, we...