Stefan Dirix
Stefan Dirix
Hi @dzikoysk, Thanks for the suggestion. I think this makes sense. In the renderers we could `inject` the control wrapper instead of hard coding it, falling back to the default...
At the moment we don't plan to switch to or support a Vuetify 3 based renderer set. Whether and when this will happen depends on our [professional support customers](https://jsonforms.io/support) and/or...
Hi @DavidHenri008, good find! Our manual time format is old code when JSON Schema Draft-4 was still new. [It only supported the `date-time` format](https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-7.3). As we already offered time controls...
Hi @kchobantonov, this proposal definitely makes sense to me. Note however that the only valid case at the moment is to have a maximum of two different rules. One for...
Hi @BeratS, we're always open to performance improvements. Please let us know when you found a concrete issue and/or want to present some improvements ranging from an improved architecture to...
> @sdirix > > I also see a huge performance impact if the form has many fields and a large schema. The input fields take several seconds to show up...
@derdeka @BeratS Thanks for taking time to look into this. We are definitely interested in getting Angular performance improvements in however it's not an high priority item at the moment...
Hi @zeroamps! This looks good! Would you be willing to contribute this including a test case?
Hi! Thanks for this report. `const` values were always a little bit out of scope for us as it doesn't really make sense to show an UI for them, however...
Hi @tujger, `setSchema` is definitely the way to go. In theory it should also not lead to a rerender of the whole form. When for example the `list` object instance...