MCPcopy Create free account
hub / github.com/codecombat/codecombat / onChangeName

Method onChangeName

app/views/account/IsraelSignupView.js:97–100  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

95 }
96
97 onChangeName (e) {
98 // sync form info with state, but do not re-render
99 return this.state.set({ name: $(e.currentTarget).val() }, { silent: true })
100 }
101
102 onChangePassword (e) {
103 return this.state.set({ password: $(e.currentTarget).val() }, { silent: true })

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected