Actions
Task #2504
closedAbstractForm - implement onSubmit method - for all components of the form.
Start date:
09/25/2020
Due date:
% Done:
100%
Estimated time:
Owner:
Updated by Vít Švanda about 4 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
New method "onSubmit" was added to the AbstracForm. This method is called on submit of the inner form (typically on enter event). This method is not required and is backward compatible (in case when the AbstractForm is wrapped to the <form>).
I uses on the SystemDetail now.
Wizard had to be improved for supports on submit event. Wizard can be notified for this case now (move the wizard next, without invokation of save on the step component).
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/446f23ef808187d83dbc29ba7f3e78164b994c37
Updated by Radek Tomiška about 4 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 100
I did test and review, it works on the first step, where is needed, thx!
Updated by Radek Tomiška about 4 years ago
- Status changed from Resolved to Closed
Actions