Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shoutem/ui
/ decreaseValue
Function
decreaseValue
components/NumberInput.js:37–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
decreaseValue() {
38
const
{ step, value } = this.props;
39
40
this.updateValue(value - step);
41
}
42
43
increaseValue() {
44
const
{ step, value } = this.props;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected