Luca Ban

Results 532 comments of Luca Ban

Can you give me a reproduction? It works fine for me. This can mean a couple of things. Your browser might not be compatible or your build tool doesn't provide...

@isbincApps ok so it's not expecting the `.` after the `?` I guess. I think this can be solved by updating your `tsconfig.json` to include `esnext` inside of `"lib"` Is...

@isbincApps sorry I haven't found the time yet to try and set up a JS only project and reproduce this issue. if you could provide me with a zip with...

@duurland i'll try having a look this weekend and let you know

@ymarcon happy new year > => validateFieldPerSchema() does not perform validations on fields for which showCondition is false. This one I agree with, I want to merge it. For the...

the style really is in what components you use and not much more. I guess I can think of some creative ways using nice field background colours, but I'd say...

@eyleron Yes, you are correct! > would there be a way to abstract that scaffolding such that it could be configured somewhere, maybe in a central UI Schema that just...

@KazWar yes, you can just use BlitzForm as the schema component, and then you can pass a nested schema. 😄

@KazWar however, if your goal is an html select, then check the advanced example in the docs. I show how to pass elements to the slot of select.

@KazWar I'm not sure I understand what you are trying to achieve exactly. But the advanced example in the docs show how to use a slot to render nested ``...