diff --git a/components/cycle-day/symptoms/temperature.js b/components/cycle-day/symptoms/temperature.js index 228491b..6ebada9 100644 --- a/components/cycle-day/symptoms/temperature.js +++ b/components/cycle-day/symptoms/temperature.js @@ -125,6 +125,7 @@ export default class Temp extends Component { value={this.state.temperature} onChangeText={this.setTemperature} keyboardType='numeric' + maxLength={5} onBlur={this.checkRange} /> °C