Description
Hello,
my question is if it's possible to inherit(using extends) for example the fieldSelect
just to include something in its templatе?
I don't want to just copy the whole field code and modify it for my needs and use it as a custom field. I think it would be possible if we could import the fieldsComponents
themselves. Right now in my opinion only the abstractField
mixin is exposed and used when defining custom fields, but that is not my case.
My problem with copying the fieldSelect
and using it as custom field is that when at some point a newer version of vue-form-generator
fixes something or improves the component, my copy of it has to be maintained by me and manually updated to incorporate the fixes or improvements.
Any thoughts on this @icebob?