mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-24 07:28:40 +00:00
fix bugs and typos
This commit is contained in:
parent
eedbf3f36d
commit
ba4c4e96ab
|
|
@ -304,6 +304,11 @@ export class AdvancedInput
|
|||
let value = '';
|
||||
|
||||
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);
|
||||
uuid += value;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import { FormView } from '../../Views/FormView.js';
|
|||
* data-ui-content = what is the main parent
|
||||
* data-ui-element = what are the elements to replace
|
||||
*
|
||||
* @tood Orange-Management/jsOMS#60
|
||||
* @todo Orange-Management/jsOMS#60
|
||||
* On change listener
|
||||
* 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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user