mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-12 07:38:41 +00:00
fix bugs and typos
This commit is contained in:
parent
eedbf3f36d
commit
ba4c4e96ab
|
|
@ -304,6 +304,11 @@ export class AdvancedInput
|
||||||
let value = '';
|
let value = '';
|
||||||
|
|
||||||
for (let j = 0; j < fieldLength; ++j) {
|
for (let j = 0; j < fieldLength; ++j) {
|
||||||
|
fields[j].setAttribute(
|
||||||
|
'data-value',
|
||||||
|
jsOMS.getArray(fields[j].getAttribute('data-tpl-value'), data)
|
||||||
|
);
|
||||||
|
|
||||||
value = jsOMS.getArray(fields[j].getAttribute('data-tpl-value'), data);
|
value = jsOMS.getArray(fields[j].getAttribute('data-tpl-value'), data);
|
||||||
uuid += value;
|
uuid += value;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ import { FormView } from '../../Views/FormView.js';
|
||||||
* data-ui-content = what is the main parent
|
* data-ui-content = what is the main parent
|
||||||
* data-ui-element = what are the elements to replace
|
* data-ui-element = what are the elements to replace
|
||||||
*
|
*
|
||||||
* @tood Orange-Management/jsOMS#60
|
* @todo Orange-Management/jsOMS#60
|
||||||
* On change listener
|
* On change listener
|
||||||
* Allow to add a on change listener in a form. This should result in automatic submits after changing a form.
|
* Allow to add a on change listener in a form. This should result in automatic submits after changing a form.
|
||||||
* Consider the following cases to submit the form:
|
* Consider the following cases to submit the form:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user