Returns the value of a form element.
Context object.
The element selector for which to return value.
Optional
The value of the form element as a string.
const firstName = await getValue(ctx, 'input[name="firstName"]'); Copy
const firstName = await getValue(ctx, 'input[name="firstName"]');
Generated using TypeDoc
Returns the value of a form element.