Auto-save after edit
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
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?
When it loses focus.
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 :)
/me summons @n1k0 on this, he probably knows more!