Luca Ban

Results 494 comments of Luca Ban

I see. We gotta be careful though, I changed that behaviour to fix other bugs, iirc I'll see what I can do as well. Sent with GitHawk

Hi @artfabrique Sorry for my late response. You're right that it's not that clear from the documentation, I will improve on that. Basically you just need to define the state...

No problem! And thanks for helping out : ) I'll close this issue when I update the docs! PS, some advice: **I highly suggest keeping usage of this library to...

you can just use stuff like this in your schema: ```js const schema = [ { component: 'h6', slot: 'a heading', span: true // makes sure it takes full width...

@altezza04 you can do 2 things: - quick: ```js { id: 'imgUrl', component: 'img', evaluatedProps: ['src'], src: (imgUrlValue) => imgUrlValue } ``` basically, if your formdata has a prop called...

@eyleron yes! Still not sure how verbal I want to be about this component. But it's already used throughout the library to render div fields etc.

Did you import the Blitzar css ?

@Bruno17 i'll think about it, but it's extremely complex. The main issue is design choices like, what happens when you have multiple pages ?

@Bruno17 😅 I was young and restless haha. The thing is, these days it's more difficult to find the time to work on open source. Especially since I don't personally...

@anuzis Here is an example project with Quasar: https://github.com/CyCraft/blitzar/tree/production/example-projects/quasar -- I don't know what is the cause of the crash on chrome. It doesn't happen to me (macOS). Do you...