getValue()
returns the current value of a SimpleVault control
getValue(): ISimpleVaultValue[];
Returns:
An array with the current value of the control.
Example
const value = form.getItem("simplevault").getValue();
// -> [{...}, {...}]
returns the current value of a SimpleVault control
An array with the current value of the control.
Example
const value = form.getItem("simplevault").getValue();
// -> [{...}, {...}]