You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we previously discussed I think it would be a great feature to
make the form labels (and maybe later other text) inline editable.
This would be part of a long term goal to make the already good form building
even less "clicky" and less context switching.
As this should be fairly easy to implement in Fusion I would recommend
to just implement it when the fusion renderer is being used.
I would also assume that this will be the recommended form rendering
in the future.
I tried implementing this but I'm currently unsure how to check
in the form builder code if the renderer is the fusion renderer.
If I could override the fusion renderer prototypes from the form builder package
It would still be standalone but would just add the functionality when
both are being used together.
@bwaidelich can you give me a pointer where to start?
Thanks
Sebastian
The text was updated successfully, but these errors were encountered:
As we previously discussed I think it would be a great feature to
make the form labels (and maybe later other text) inline editable.
This would be part of a long term goal to make the already good form building
even less "clicky" and less context switching.
As this should be fairly easy to implement in Fusion I would recommend
to just implement it when the fusion renderer is being used.
I would also assume that this will be the recommended form rendering
in the future.
I tried implementing this but I'm currently unsure how to check
in the form builder code if the renderer is the fusion renderer.
If I could override the fusion renderer prototypes from the form builder package
It would still be standalone but would just add the functionality when
both are being used together.
@bwaidelich can you give me a pointer where to start?
Thanks
Sebastian
The text was updated successfully, but these errors were encountered: