Sebastian Flick
Sebastian Flick
Thank you very much @christianvoigt ! The "rank" Option also seems to be a bit buggy but I did not look into that very much. Virtually it would just be...
The code looks for an element with an attribute field that has the value of the field you want to show/hide. ``` document.querySelector("[field=" + el + "]") ``` For several...
in .rc60 this should be possible now! At least for m2m fields it is possible... Will try make a PR for this during this week...
Hi Christopher Can you point in any direction what would need to change to be able to support v2.1? What did you find out so far? We might be able...
Hi @v1ack a _class_ prop for the virtual-list-wrapper would be much appreciated. This would make it work more straight forward with things like tailwind. Thank you for this awesome package!