Philipp Schardt

Results 16 comments of Philipp Schardt

#146 do not show clearable section when control is `disabled`(`readonly`)

Hi, I did the following changes to `src/server.ts` and at least it's compiling without errors. ```typescript polka() // You can also use Express .use( // compression({ threshold: 0 }), sirv('static',...

Hi @isc30 , unfortunately I cannot reproduce the error. Could you provide an example repo? Which framework do you use? Are there any other (s)css dependencies like css modules?

That's a good solution but I'm using websockets and cannot cache the responses. Further code is also executed twice and I would like to avoid it. I tried to check...

Hi @Znegl , which version of [Postcss Pseudo Classes](https://github.com/giuseppeg/postcss-pseudo-classes) are you using? I added a [test](https://github.com/philippone/postcss-pseudo-classes/commit/769064fb5979d2734ecd936e65524d73697b8fdf) in my forked version and it seems to be working. Could you test it...

It seems that validation is only triggered when all fields are dirty. Unfortunately, that's too late and you could submit an invalid form with empty but required fields.

I'm using a workaround in a much more complex setup (Svelte Web Comonents inside of an old AngularJs Project). To be able to use superforms without sveltekit, I provide the...

Hi @bp-pedro-rodrigues , I added the functionality to the [postcss-pseudo-classes](https://github.com/philippone/postcss-pseudo-classes) plugin to escape `:` additionally. Unfortunately, the maintainer of the repo/package ignores my pull requests. Therefore, please install my fork...