Dennis Keirsgieter

Results 8 comments of Dennis Keirsgieter

I still have this issue running `1.25.2` in my package and docker container

@kingjordan do you also by any chance use Storybook? I cannot get it to work in Storybook using the method :(

To be clear, i know it can be done using doing `textFieldProps` but i would also easily allow for persistent-hint to be on when i pass on a hint, i...

My first idea also after inspecting the code itself is that the js file also includs the aws-sdk?

I really like the Angular approach here where you can just do this: ``` class="w-1/5" class={ 'md:w-10/12 lg:w-8/12 2xl:w-6/12': someVar 'lg:w-10/12': anotherVar '2xl:w-8/12': yetAnotherVar } ``` The only "problem" i...

> Why not just use class (attribute) syntax with directives? Either make quotes mandatory or optional. > > Based on the example above: > > ``` > class="w-1/5" > class:"md:w-10/12...

Hi , I did take a look at tags but i don't see them being available to distinguish for [content delivery](https://tolgee.io/platform/projects_and_organizations/content_delivery). With tags it would be nice to tag something...

@seeplusplus Thanks, today i had some time and tried this route (seems the most logical) but unfortunaly when calling the createComponent function i get an Angular error i have yet...