MCPcopy Index your code
hub / github.com/UI5/webcomponents / updateFormValue

Function updateFormValue

packages/base/src/features/InputElementsFormSupport.ts:27–31  ·  view source on GitHub ↗
(element: IFormInputElement | UI5Element)

Source from the content-addressed store, hash-verified

25};
26
27const updateFormValue = (element: IFormInputElement | UI5Element) => {
28 if (isInputElement(element)) {
29 setFormValue(element);
30 }
31};
32
33const setFormValue = (element: IFormInputElement) => {
34 if (!element._internals?.form) {

Callers 1

formAssociatedCallbackFunction · 0.85

Calls 2

isInputElementFunction · 0.85
setFormValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…