diff --git a/components/cycle-day/symptoms/temperature.js b/components/cycle-day/symptoms/temperature.js
index 228491b4fb13789e5bccb5336ffa8c1219e55920..6ebada998f4ccb8acf9369e0a13829a651c11409 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}
               />
               <AppText style={{ marginLeft: 5 }}>°C</AppText>