Genki Takiuchi
Genki Takiuchi
I have rerun the `api.update`
@wmertens For the real example, I am using the SASS for the css processor, so it is able to put the `:scope` pseudo class to the top level selector of...
@wmertens Yes. As of the `:q-scope` will be replaced with the `scopeId`, the dom elements must have the scopeId on its classList to be scoped by the component. That is...
I have grep the source but couldn't found the tests for the `useStyles$` and `useStylesScoped$`. Is there something about the test that I can use as references?
@wmertens Thank you for information. I added a test by referencing it. @shairez All right.
@shairez Thank you for information :)
@mhevery Sorry, it's difficult because the stackblitz has only a fake navigation bar so we can't see the real URL redirected to. Could you use any of your qwik app...
I see. Finally I have solved my issue like this. ```ts validate:$(async values => { const {issues} = await safeParseAsync( SomeSchema, values, {abortEarly:true}); const formErrors: Record = {}; if (issues)...
I sent a PR. pls look at that.
@fabian-hiller Currently the modular-form couldn't treat the validation that need to refer the initial value of the form, so I couldn't show it on the stackbliz. The context as follows:...