Svetlozar Valchev
Svetlozar Valchev
Found the issue. The @viewResources is not working for some reason and doesn't get included in ui-file, ui-input, etc. Which means it has no special behaviour and therefore there's no...
@firstfocus Not really, I don't remember if I either solved it with CSS override or loading it the way it's in the demo (directly loading it in), but I eventually...
@firstfocus Tried Materialize and a few others, but ultimately switched to Vue.js + Vuetify as most UI Frameworks for Aurelia seem to be either abandoned or insufficient for our needs.
The only way I've found is to set a `ref="dateElement"` and then call it with `this.$refs['dateElement'].clearHandler()`
I can confirm I no longer can reproduce the issue.
Same problem here, the whole browser is lagging (Chrome 117.0.5938.132). My CPU is i9 13900K so it's definitely not a hardware issue. @wxfred's proposal solves it, but then I lose...
Exactly the same issue. Tested multi-threaded using Chrome 117.0.5938.150 and Microsoft Edge Version 117.0.2045.60 on Windows 11 Pro and it doesn't work. Works fine in Firefox 118.0.1. If it matters,...
Further testing makes me think that there is a fundamental problem with memory limitations. If you put the arg -threads X, it will work up to a specific number, after...