Franz Wilding

Results 42 comments of Franz Wilding

Range field will be re-implemented after version 1.0

The new auth system of 0.10. was built with this in mind, so we should be able to implemented it soon

@Clonk-HTML5 Yes I also think is a very important feature! Lets test it out with the mysql8 function I mentioned in #298 and implement it if this is working out!

> It would be great if we can select multiple rows and delete them at the same time. Hey @Benedict-Lojewski! Do we have any other batch-able actions like "delete"? Maybe...

> #4 would be my most important request. Being able to delete entries is a must for any CMS! I split the issue into two issues. We will implement delete...

@Clonk-HTML5 > For me would "FIlter nested collection fields #296" a must be! > What do you think ? > Filtering is very important for a lot of Applications. Please...

@Clonk-HTML5 > At my current Step this Issue: #326 would be great but maybe not a must have. > GraphQL API: Allow to filter by referenced content fields #326 I...

Hey! You are right and I am sorry! We are at the moment on the finish line of v0.10.0 and will do a complete rewrite of the docs in the...

If anyone has the same problem. This solved it for me (using tippy.js): ``` this.panzoom = panzoom( element, { onTouch: function(e) { if(e.target._tippy) { e.target._tippy.show(); } e.preventDefault(); return false; },...

For everyone who is looking for a solution that works just with schema definition, this is our current approach: https://formkit.link/6e6d3e9b251a3662af15bd0c1c55e4be (I also included a little example how to dynamically show...