Bluefox
Bluefox
The cloud service accesses vis(-2) and admin only as "admin" user (and all other adapters). It is not designed for non-admins.
Wenn BackUp wichtig ist, dann besser projekt css verwenden und nicht global
Ich empfehle immer den Auswahl zu cachen. ``` const cache = {}; function getCachedStates(selector) { if (cache[selector]) { return cache[selector]; } cache[selector] = []; return new Promise(resolve => { $(selector).forEach(id...
I reverted the behavior on big screens back and applied it only on screens < 600. But your layout is wrong. You may not rely that fields will be rendered...
> BUT ... What about the images (Donate-Button in my case)? > They get also suddenly streched since 7.1.0 and there is no (documented) possibility to keep the original size...
This issue seems to be outdated. This issue suggests to update the stable version of this adapter to 1.3.15 but the current stable version is already 1.3.15. So this issue...
Select was not implemented yet. Please test 7.9.19. Writable state of type `number` (without `max`) should be shown as number field. To force `text` field, set `control` to `input` It...
> Thanks. Will test it. > > For the text I mean - to only have the option, to display as text only - without the surrounding input field. Ok....
I really did not think that some one wants divider in the 70% of the screen. But you can trick with width or `style: { width: '80%'}` 
Sorry no time for things that already works. I will be happy if I will see PR for that