formbuilder icon indicating copy to clipboard operation
formbuilder copied to clipboard

Auto-save after edit

Open DirtyF opened this issue 9 years ago • 4 comments

Given I am building a form, editing questions and modifying a field value When the question looses focus Then changes are automatically saved

This would mean that there is no more the need for a submit button, and would save some effort for the user

DirtyF avatar Jun 01 '16 13:06 DirtyF

Then, another question arises :) Given the fact that form fields can be in two modes: edit and display.

In the current behaviour, the change from edit to display form is done when the user clicks on "submit". How should we do it with this change? Should we do it when the user adds a new field? When it loses focus?

almet avatar Jun 01 '16 13:06 almet

When it loses focus.

DirtyF avatar Jun 01 '16 20:06 DirtyF

For a other issue i tried to assign a onFocus event to the current TextWidget. I didn't succeed. It should be possible by creating custom widgets with more assigned events. If it's simpler than that i could like some tips :)

rlecellier avatar Sep 19 '16 16:09 rlecellier

/me summons @n1k0 on this, he probably knows more!

almet avatar Sep 19 '16 18:09 almet