MCPcopy Create free account
hub / github.com/adearriba/ShopifyCheckoutJS / changed

Method changed

src/Components/Field.js:117–127  ·  view source on GitHub ↗
(innerEvent)

Source from the content-addressed store, hash-verified

115 }
116
117 changed(innerEvent){
118 let input = this.querySelector(this.selectors.input);
119 let event = new CustomEvent(`checkout:${this.componentType}:changed`, { detail:
120 {
121 event: innerEvent,
122 input: input,
123 value: input.value
124 }
125 });
126 this.dispatchEvent(event);
127 }
128
129 // eslint-disable-next-line no-unused-vars
130 addField(args){

Callers 2

valueMethod · 0.95
checkedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected